We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f1e81 commit e686083Copy full SHA for e686083
build-logic/batchtest/build.gradle.kts
@@ -21,5 +21,5 @@ plugins {
21
22
dependencies {
23
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
24
- implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r")
+ implementation("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r")
25
}
settings.gradle.kts
@@ -141,7 +141,7 @@ develocity {
141
buildscript {
142
143
// Remove when Autostyle updates jgit dependency
144
- classpath("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r")
+ classpath("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r")
145
146
repositories {
147
gradlePluginPortal()
0 commit comments