From 4ff1bd64d85a131543b06a7a010359b5cb3a7214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 04:29:20 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit from 4.1.1 to 5.0.0 Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/4.1.1...5.0.0) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit 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 89fe0af..c778691 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id 'com.diffplug.spotless' version '5.1.1' apply false id 'org.asciidoctor.jvm.convert' version '3.3.2' id 'org.ajoberstar.git-publish' version '3.0.1' - id 'org.ajoberstar.grgit' version '4.1.1' + id 'org.ajoberstar.grgit' version '5.0.0' id 'de.marcphilipp.nexus-publish' version '0.4.0' apply false id 'net.researchgate.release' version '2.6.0' id 'io.codearte.nexus-staging' version '0.22.0'