From 63442b5c98ec1452da678db402d7c9d325c175c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 13:03:14 +0000 Subject: [PATCH] Bump org.ajoberstar.git-publish from 3.0.1 to 4.1.0 Bumps [org.ajoberstar.git-publish](https://github.com/ajoberstar/gradle-git-publish) from 3.0.1 to 4.1.0. - [Release notes](https://github.com/ajoberstar/gradle-git-publish/releases) - [Commits](https://github.com/ajoberstar/gradle-git-publish/compare/3.0.1...4.1.0) --- updated-dependencies: - dependency-name: org.ajoberstar.git-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ccdf25bd..491cbf45 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.ajoberstar.git-publish' version '3.0.1' + id 'org.ajoberstar.git-publish' version '4.1.0' id 'org.asciidoctor.jvm.convert' version '3.3.2' }