Skip to content

Commit a4fc0a9

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.12.1
1 parent e052845 commit a4fc0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.17")
2727
implementation(group = "redis.clients", name = "jedis", version = "5.2.0")
2828

29-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
29+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
3030
testImplementation("org.junit.jupiter:junit-jupiter")
3131
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3232
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.27.3")

0 commit comments

Comments
 (0)