From 38d2c0a7bb4ccb083d27be921b8f066072016cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:38:04 +0000 Subject: [PATCH] Bump org.ajoberstar.git-publish from 4.2.1 to 4.2.2 Bumps [org.ajoberstar.git-publish](https://github.com/ajoberstar/gradle-git-publish) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/ajoberstar/gradle-git-publish/releases) - [Commits](https://github.com/ajoberstar/gradle-git-publish/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: org.ajoberstar.git-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 50068434..2d591359 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { id 'com.github.ben-manes.versions' version '0.51.0' id 'com.github.hierynomus.license' version '0.16.1' id 'org.asciidoctor.jvm.convert' version '4.0.2' - id 'org.ajoberstar.git-publish' version '4.2.1' + id 'org.ajoberstar.git-publish' version '4.2.2' } java.toolchain.languageVersion = JavaLanguageVersion.of(17)