From 6a65f3181b5d467bf5fe5cd4c0b0e436b44539f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 00:06:23 +0000 Subject: [PATCH] build(deps): bump org.eclipse.jgit:org.eclipse.jgit Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.3.202401111512-r to 5.13.4.202507202350-r. --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-version: 5.13.4.202507202350-r dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/build.gradle b/agent/build.gradle index 608bd024..2d0c9aa4 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'org.slf4j:slf4j-nop:1.7.30' implementation 'info.picocli:picocli:4.6.1' implementation 'org.apache.httpcomponents:httpcore-nio:4.4.15' - implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r' + implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.4.202507202350-r' implementation "org.tinylog:tinylog-api:${tinylogVersion}" implementation "org.tinylog:tinylog-impl:${tinylogVersion}"