We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb9be9 commit fdf1279Copy full SHA for fdf1279
build.gradle.kts
@@ -94,7 +94,7 @@ dependencies {
94
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
95
testImplementation("com.github.tomakehurst:wiremock:2.27.2")
96
testImplementation("ru.lanwen.wiremock:wiremock-junit5:1.3.1")
97
- testImplementation("org.assertj:assertj-core:3.26.0")
+ testImplementation("org.assertj:assertj-core:3.26.3")
98
// This cannot be updated to 5.x as it requires Java 11,
99
// but we are running CI on Java 8 in .github/workflows/java-versions.yml.
100
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
0 commit comments