Skip to content

Commit 486d8a9

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.12.2
1 parent f4e344e commit 486d8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.1"))
29+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
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)