We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e052845 commit a4fc0a9Copy full SHA for a4fc0a9
core/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.17")
27
implementation(group = "redis.clients", name = "jedis", version = "5.2.0")
28
29
- testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testImplementation(platform("org.junit:junit-bom:5.12.1"))
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.3")
0 commit comments