diff --git a/build-logic/batchtest/build.gradle.kts b/build-logic/batchtest/build.gradle.kts
index 2c2ce47d5f8..442c3230642 100644
--- a/build-logic/batchtest/build.gradle.kts
+++ b/build-logic/batchtest/build.gradle.kts
@@ -21,5 +21,5 @@ plugins {
dependencies {
implementation("org.ajoberstar.grgit:grgit-gradle:5.3.3")
- implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r")
+ implementation("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r")
}
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index e142e946cff..86f14a68125 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -772,6 +772,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 3135067cea7..43d430bad08 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -141,7 +141,7 @@ develocity {
buildscript {
dependencies {
// Remove when Autostyle updates jgit dependency
- classpath("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r")
+ classpath("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r")
}
repositories {
gradlePluginPortal()
diff --git a/src/dist-check/build.gradle.kts b/src/dist-check/build.gradle.kts
index c83b94cf7ad..b26768375d6 100644
--- a/src/dist-check/build.gradle.kts
+++ b/src/dist-check/build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
testImplementation("org.apache.santuario:xmlsec:4.0.4") {
because("XML canonicalization for comparing XML in tests")
}
- testImplementation("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r") {
+ testImplementation("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r") {
because("Histogram diff for readable XML comparison output in tests")
}