This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new cd059bb220 Bump jmh from 1.35 to 1.37 (#3338)
cd059bb220 is described below
commit cd059bb22036ddeac3c3ad652af165998fdd477c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 6 08:27:39 2024 +0200
Bump jmh from 1.35 to 1.37 (#3338)
Bumps `jmh` from 1.35 to 1.37.
Updates `org.openjdk.jmh:jmh-core` from 1.35 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.35...1.37)
Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.35 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.35...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: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index f53d178668..8b2807a90c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -30,7 +30,7 @@ javapoet = "1.13.0"
javax = "1.3.2"
jetbrainsAnnotations = "24.1.0"
jline = "3.25.1"
-jmh = "1.35"
+jmh = "1.37"
junit5 = "5.10.2"
junitPioneer = "2.0.1"
jsr305 = "3.0.2"