From 0ae862dfbe44623a4dfe71de94f0360c78e00991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:57:39 +0000 Subject: [PATCH] Bump org.openjdk.jmh:jmh-core from 1.35 to 1.37 in /lib Bumps [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh) 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-version: '1.37' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index a017820a..74464981 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -133,8 +133,8 @@ dependencies { testImplementation 'org.mockito:mockito-core:4.4.0' jmhImplementation sourceSets.main.output - jmhImplementation 'org.openjdk.jmh:jmh-core:1.35' - jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.35' + jmhImplementation 'org.openjdk.jmh:jmh-core:1.37' + jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37' } jacoco {