From 4c72f261b9e314ad7332df524c3c3b9c6de15ed2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:09:31 +0000 Subject: [PATCH] chore(deps): update plugin io.freefair.maven-publish-java to v8.14 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ae54044..3f2b76f 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { // Publishing of JAR to Nexus instances (e.g., OSSRH) // https://github.com/gradle-nexus/publish-plugin id "io.github.gradle-nexus.publish-plugin" version "2.0.0" - id "io.freefair.maven-publish-java" version "8.13.1" + id "io.freefair.maven-publish-java" version "8.14" } group 'edu.kit.datamanager'