Skip to content

Commit b34ceb8

Browse files
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](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] <[email protected]>
1 parent 0c80d84 commit b34ceb8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
buildscript {
22
configurations.classpath {
33
resolutionStrategy {
4-
//This is required by 'git-publish' version '3.0.0':
5-
force 'org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r'
4+
//This is required by 'grgit' version '4.1.1':
5+
force 'org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r'
66
}
77
}
88
}
99

1010
plugins {
1111
id 'com.diffplug.spotless' version '5.1.1' apply false
1212
id 'org.asciidoctor.jvm.convert' version '3.3.0'
13-
id 'org.ajoberstar.git-publish' version '3.0.0'
13+
id 'org.ajoberstar.git-publish' version '3.0.1'
14+
id 'org.ajoberstar.grgit' version '5.0.0'
1415
id 'de.marcphilipp.nexus-publish' version '0.4.0' apply false
1516
id 'net.researchgate.release' version '2.6.0'
1617
id 'io.codearte.nexus-staging' version '0.22.0'

0 commit comments

Comments
 (0)