Skip to content

Commit

Permalink
Bump org.openjdk.jmh:jmh-core from 1.23 to 1.37
Browse files Browse the repository at this point in the history
Bumps [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh) from 1.23 to 1.37.
- [Commits](openjdk/jmh@1.23...1.37)

---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2023
1 parent fcbd947 commit b393ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", vers
mavenPublish-gradle-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.25.3" }
benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version.ref = "benchmark" }
benchmark-gradle-plugin = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-plugin", version.ref = "benchmark" }
jmh-core = { module = "org.openjdk.jmh:jmh-core", version = "1.23" }
jmh-core = { module = "org.openjdk.jmh:jmh-core", version = "1.37" }
diglol-crypto-random = { module = "com.diglol.crypto:random", version = "0.1.4" }
junit = { module = "junit:junit", version = "4.13.2" }

0 comments on commit b393ae0

Please sign in to comment.