Skip to content

Commit

Permalink
fix(deps): update org.openjdk.jmh to v1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Nov 24, 2023
1 parent 6b81551 commit 46c5e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bom-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dependencies {
api("org.hamcrest:hamcrest:2.2")
api("org.hsqldb:hsqldb:2.7.2")
api("org.objenesis:objenesis:3.3")
api("org.openjdk.jmh:jmh-core:1.36")
api("org.openjdk.jmh:jmh-generator-annprocess:1.36")
api("org.openjdk.jmh:jmh-core:1.37")
api("org.openjdk.jmh:jmh-generator-annprocess:1.37")
api("org.spockframework:spock-core:2.3-groovy-3.0")
api("org.springframework:spring-beans:4.3.30.RELEASE")
api("org.springframework:spring-context:4.3.30.RELEASE")
Expand Down

0 comments on commit 46c5e69

Please sign in to comment.