Skip to content

Commit

Permalink
Bump jmh.version from 1.36 to 1.37
Browse files Browse the repository at this point in the history
Bumps `jmh.version` 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:development
  update-type: version-update:semver-minor
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 4, 2023
1 parent 75ca6e2 commit 8209093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<jmh.version>1.36</jmh.version>
<jmh.version>1.37</jmh.version>
<exec.version>3.1.0</exec.version>
<slf4j.version>1.7.33</slf4j.version>
<rxjava2.version>2.2.21</rxjava2.version>
Expand Down

0 comments on commit 8209093

Please sign in to comment.