Skip to content

Commit

Permalink
fix(deps): update dependency org.openjdk.jmh:jmh-generator-annprocess…
Browse files Browse the repository at this point in the history
… to v1.37
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent a5cbdcd commit 80b96e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosid-benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
// testImplementation("com.xiaoju.uemc.tinyid:tinyid-client:0.1.0-SNAPSHOT")

jmh("org.openjdk.jmh:jmh-core:1.37")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.36")
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")
Expand Down

0 comments on commit 80b96e8

Please sign in to comment.