Skip to content

Commit

Permalink
chore(gradle): bump jmh from 1.35 to 1.37
Browse files Browse the repository at this point in the history
Bumps `jmh` from 1.35 to 1.37.

Updates `org.openjdk.jmh:jmh-core` from 1.35 to 1.37
- [Commits](openjdk/jmh@1.35...1.37)

Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.35 to 1.37
- [Commits](openjdk/jmh@1.35...1.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent e872f06 commit 3939d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jmock = "2.12.0"
junit = "5.7.2"
junit4 = "4.13.2"
testcontainers = "1.19.4"
jmh = "1.35"
jmh = "1.37"
spockframework = "2.0-groovy-3.0"

[libraries]
Expand Down

0 comments on commit 3939d3e

Please sign in to comment.