From 2350adf44dd190863fcb827c4b17c4d0a084ad87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:28:04 +0000 Subject: [PATCH] Bump jmhVersion from 1.36 to 1.37 Bumps `jmhVersion` from 1.36 to 1.37. Updates `org.openjdk.jmh:jmh-core` from 1.36 to 1.37 - [Commits](https://github.com/openjdk/jmh/compare/1.36...1.37) Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.36 to 1.37 - [Commits](https://github.com/openjdk/jmh/compare/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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ba828a0..3387470 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ val junitVersion = "5.10.0" val junitPioneerVersion = "2.0.1" val mockitoVersion = "5.5.0" val hamcrestVersion = "2.2" -val jmhVersion = "1.36" +val jmhVersion = "1.37" val confluentVersion = "7.5.3" val vertxVersion = "4.4.1"