Skip to content

Commit fdf1279

Browse files
committed
fix(deps): update dependency org.assertj:assertj-core to v3.26.3
1 parent bdb9be9 commit fdf1279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies {
9494
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
9595
testImplementation("com.github.tomakehurst:wiremock:2.27.2")
9696
testImplementation("ru.lanwen.wiremock:wiremock-junit5:1.3.1")
97-
testImplementation("org.assertj:assertj-core:3.26.0")
97+
testImplementation("org.assertj:assertj-core:3.26.3")
9898
// This cannot be updated to 5.x as it requires Java 11,
9999
// but we are running CI on Java 8 in .github/workflows/java-versions.yml.
100100
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")

0 commit comments

Comments
 (0)