ARTEMIS-4879 Bump jmh.version from 1.26 to 1.37

Bumps `jmh.version` from 1.26 to 1.37.

Updates `org.openjdk.jmh:jmh-core` from 1.26 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.26...1.37)

Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.26 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.26...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>
This commit is contained in:
dependabot[bot] 2024-06-28 02:50:27 +00:00 committed by Justin Bertram
parent dd2203ea7e
commit f1bed68ffe
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<properties>
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
<jmh.version>1.26</jmh.version>
<jmh.version>1.37</jmh.version>
</properties>
<dependencies>