We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e3776 commit cdd1919Copy full SHA for cdd1919
1 file changed
core/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.18")
27
implementation(group = "redis.clients", name = "jedis", version = "7.5.0")
28
29
- testImplementation(platform("org.junit:junit-bom:6.0.3"))
+ testImplementation(platform("org.junit:junit-bom:6.1.0"))
30
testImplementation("org.junit.jupiter:junit-jupiter")
31
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
32
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.27.7")
0 commit comments