Skip to content

Commit

Permalink
Bump jmh.version from 1.29 to 1.37 (#5151)
Browse files Browse the repository at this point in the history
Bumps `jmh.version` from 1.29 to 1.37.

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

Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.29 to 1.37
- [Commits](openjdk/jmh@1.29...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dongie Agnir <261310+dagnir@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dagnir committed Apr 26, 2024
1 parent 8ee5634 commit 80e1821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -119,7 +119,7 @@
<org.eclipse.text.version>3.5.101</org.eclipse.text.version>
<rxjava.version>2.2.21</rxjava.version>
<commons-codec.verion>1.15</commons-codec.verion>
<jmh.version>1.29</jmh.version>
<jmh.version>1.37</jmh.version>
<awscrt.version>0.29.18</awscrt.version>

<!--Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion test/sdk-benchmarks/pom.xml
Expand Up @@ -35,7 +35,7 @@
<!--
JMH version to use with this project.
-->
<jmh.version>1.29</jmh.version>
<jmh.version>1.37</jmh.version>

<!--
Java source/target to use for compilation.
Expand Down

0 comments on commit 80e1821

Please sign in to comment.