From c3955a784a9a5284287ada6d07e0c5b6f559346a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:00:32 +0000 Subject: [PATCH] Bump me.champeau.jmh from 0.7.1 to 0.7.2 Bumps me.champeau.jmh from 0.7.1 to 0.7.2. --- updated-dependencies: - dependency-name: me.champeau.jmh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e829f48b..43c9f16c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java-library' - id 'me.champeau.jmh' version '0.7.1' + id 'me.champeau.jmh' version '0.7.2' id 'maven-publish' id 'signing' id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'