From 9ed14af59d3c5c9029cbfce20a51f12b9efef7f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:00:50 +0000 Subject: [PATCH] Update dependency org.eclipse.jgit:org.eclipse.jgit to v7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 365e2a80..f7394fd8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ buildscript { configurations.classpath { resolutionStrategy { // Fix https://github.com/jreleaser/jreleaser/issues/1643 - force("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") + force("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r") } } }