Skip to content

Commit

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

Updates `jmh-core` from 1.35 to 1.36
- [Release notes](https://github.com/openjdk/jmh/releases)
- [Commits](openjdk/jmh@1.35...1.36)

Updates `jmh-generator-annprocess` from 1.35 to 1.36
- [Release notes](https://github.com/openjdk/jmh/releases)
- [Commits](openjdk/jmh@1.35...1.36)

---
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 and manusa committed Feb 16, 2023
1 parent dacf811 commit 90d8acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-generator/benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<name>Fabric8 :: Java generator :: Benchmarks</name>

<properties>
<jmh.version>1.35</jmh.version>
<jmh.version>1.36</jmh.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 90d8acc

Please sign in to comment.