From eb72143dc94c794527a39142da389e3fe2138c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:56:41 +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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b09e76a..f965870 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { `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"