Skip to content

Commit

Permalink
build(deps): bump org.ajoberstar.grgit from 4.1.1 to 5.0.0
Browse files Browse the repository at this point in the history
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](ajoberstar/grgit@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Mar 8, 2022
1 parent d1c3845 commit 1a9351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipsePlugin/build.gradle
Expand Up @@ -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"
}

Expand Down

0 comments on commit 1a9351e

Please sign in to comment.