Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 5d81f9b commit 8744d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.16")
implementation(group = "redis.clients", name = "jedis", version = "5.2.0")

testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.26.3")
Expand Down

0 comments on commit 8744d21

Please sign in to comment.