Skip to content

Commit

Permalink
Bump jmhVersion from 1.36 to 1.37 (#117)
Browse files Browse the repository at this point in the history
Bumps `jmhVersion` from 1.36 to 1.37.

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

Updates `org.openjdk.jmh:jmh-generator-annprocess` 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
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent ebed874 commit b3ae648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ val junitVersion = "5.10.0"
val junitPioneerVersion = "2.2.0"
val mockitoVersion = "5.5.0"
val hamcrestVersion = "2.2"
val jmhVersion = "1.36"
val jmhVersion = "1.37"
val confluentVersion = "7.5.3"
val vertxVersion = "4.5.1"

Expand Down

0 comments on commit b3ae648

Please sign in to comment.