From 49a9dff594f0cb2b8b3724e1fa543a23d5663694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:19:41 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 Bumps com.gradle.plugin-publish from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish 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 0f42826..fb149a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradle.plugin-publish' version '1.3.0' + id 'com.gradle.plugin-publish' version '1.3.1' id 'java-gradle-plugin' id 'groovy' id 'jacoco'