From 6c613cd5294dcfbfb03bd0efbe14cb6a2fcf7ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 07:39:20 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in /examples 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 e011970a..ed8f0ad9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.freefair.github.dependency-submission' id 'io.freefair.maven-central.validate-poms' apply false id 'io.freefair.lombok' apply false - id "com.gradle.plugin-publish" version "1.3.0" apply false + id "com.gradle.plugin-publish" version "1.3.1" apply false id "io.github.gradle-nexus.publish-plugin" version "2.0.0" id 'org.jetbrains.kotlin.jvm' apply false }