From 7b198def9a243835f50c1945179e3dc9e5956ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:43:52 +0000 Subject: [PATCH] Bump io.github.leanish.java-conventions in the patch-updates group Bumps the patch-updates group with 1 update: io.github.leanish.java-conventions. Updates `io.github.leanish.java-conventions` from 0.3.0 to 0.3.1 --- updated-dependencies: - dependency-name: io.github.leanish.java-conventions dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b2c8f97..5e04224 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java-library' - id 'io.github.leanish.java-conventions' version '0.3.0' + id 'io.github.leanish.java-conventions' version '0.3.1' } group = 'io.github.leanish'