From 96a7fe3164afc6d497f30b3b86334be3cc18e257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:37:09 +0000 Subject: [PATCH] Bump org.ajoberstar.git-publish from 4.2.0 to 4.2.1 Bumps [org.ajoberstar.git-publish](https://github.com/ajoberstar/gradle-git-publish) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/ajoberstar/gradle-git-publish/releases) - [Commits](https://github.com/ajoberstar/gradle-git-publish/compare/4.2.0...4.2.1) --- 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 cf990bef..8754ce9f 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { plugins { id 'org.asciidoctor.jvm.convert' version '3.3.2' - id 'org.ajoberstar.git-publish' version '4.2.0' + id 'org.ajoberstar.git-publish' version '4.2.1' } // See gradle.properties for some dependency version settings