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 fe032ae commit 1a45b31Copy full SHA for 1a45b31
build.gradle.kts
@@ -62,7 +62,7 @@ dependencies {
62
testImplementation("org.mockito:mockito-inline:4.11.0")
63
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
64
testImplementation("org.testcontainers:testcontainers:1.20.1")
65
- testImplementation("org.assertj:assertj-core:3.25.1")
+ testImplementation("org.assertj:assertj-core:3.26.3")
66
}
67
68
configure<com.adarshr.gradle.testlogger.TestLoggerExtension> {
0 commit comments