Skip to content

Commit

Permalink
build(deps): bump jmh.version from 1.36 to 1.37 (#2147)
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: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>
  • Loading branch information
dependabot[bot] committed Aug 4, 2023
1 parent 6d84421 commit f06856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<name>Feign Benchmark (JMH)</name>

<properties>
<jmh.version>1.36</jmh.version>
<jmh.version>1.37</jmh.version>
<rx.netty.version>0.5.3</rx.netty.version>
<rx.java.version>1.3.8</rx.java.version>
<netty.version>4.1.96.Final</netty.version>
Expand Down

0 comments on commit f06856c

Please sign in to comment.