From 271e7099cc9b540b05b19efaf963654af95520b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:44:08 +0000 Subject: [PATCH] Update plugin pluginPublish to v1.3.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2f411bef3..38f9a9c75 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -84,5 +84,5 @@ springboot-loader = { module = "org.springframework.boot:spring-boot-loader", ve versions = { id = "com.github.ben-manes.versions", version = "0.52.0" } markdownToPdf = { id = "de.fntsoftware.gradle.markdown-to-pdf", version = "1.1.0" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } -pluginPublish = { id = "com.gradle.plugin-publish", version = "1.3.0" } +pluginPublish = { id = "com.gradle.plugin-publish", version = "1.3.1" } gitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.2" }