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 317e6b0 commit cb0aab9Copy full SHA for cb0aab9
build.gradle.kts
@@ -59,7 +59,7 @@ testing.suites.named<JvmTestSuite>("test") {
59
useJUnitJupiter()
60
dependencies {
61
implementation(gradleTestKit())
62
- implementation("org.assertj:assertj-core:3.27.3")
+ implementation("org.assertj:assertj-core:3.27.6")
63
}
64
65
0 commit comments