Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-params t…
Browse files Browse the repository at this point in the history
…o v5.10.1
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 258f6e7 commit 6d9b3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosid-benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
}

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.5.6"
jmh = "1.37"
junit="5.10.0"
junit="5.10.1"
hikariCP = "5.1.0"
mysql="8.0.33"

Expand Down

0 comments on commit 6d9b3e7

Please sign in to comment.