Skip to content

Commit

Permalink
Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37 (#9)
Browse files Browse the repository at this point in the history
Bumps [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh) from 1.36 to 1.37.
- [Commits](openjdk/jmh@1.36...1.37)

---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 193168e commit 24eb8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation platform("org.junit:junit-bom:5.10.3")
testImplementation "org.junit.jupiter:junit-jupiter"

jmh "org.openjdk.jmh:jmh-core:1.36"
jmh "org.openjdk.jmh:jmh-core:1.37"
jmh "org.openjdk.jmh:jmh-generator-annprocess:1.37"
jmhAnnotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:1.37"
}
Expand Down

0 comments on commit 24eb8be

Please sign in to comment.