diff --git a/build-logic/batchtest/build.gradle.kts b/build-logic/batchtest/build.gradle.kts index 2c2ce47d5f8..43503976c93 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.5.0.202512021534-r") } diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index e142e946cff..b3a25044e4d 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..6fa785e3b2f 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.5.0.202512021534-r") } repositories { gradlePluginPortal() diff --git a/src/dist-check/build.gradle.kts b/src/dist-check/build.gradle.kts index c83b94cf7ad..fcbff9fde98 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.5.0.202512021534-r") { because("Histogram diff for readable XML comparison output in tests") }