Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo to v5.10.3 (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 0e7a5f0 commit 66c1380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cosid-benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ dependencies {
jmh("org.openjdk.jmh:jmh-core:1.37")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
}

jmh {
Expand Down
2 changes: 1 addition & 1 deletion cosid-benchmark/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
cosid = "2.9.0"
jmh = "1.37"
junit="5.10.2"
junit="5.10.3"
hikariCP = "5.1.0"
mysql="8.0.33"

Expand Down

0 comments on commit 66c1380

Please sign in to comment.