From 1a9351e017a4443c2e1f088d09d8cf418e643035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 04:17:32 +0000 Subject: [PATCH] build(deps): 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] --- eclipsePlugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipsePlugin/build.gradle b/eclipsePlugin/build.gradle index 900ce7c579c..8edb7eb6336 100644 --- a/eclipsePlugin/build.gradle +++ b/eclipsePlugin/build.gradle @@ -3,7 +3,7 @@ import static groovy.io.FileType.FILES // TODO: deploy not only jar but also sources and javadoc, to pass validation by Sonatype nexus // apply from: "$rootDir/gradle/maven.gradle" plugins { - id 'org.ajoberstar.grgit' version '4.1.1' + id 'org.ajoberstar.grgit' version '5.0.0' id "eclipse-convention" }