From 459f2eca5df0be2a8442b4c93376b5da314e5d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:31:47 +0000 Subject: [PATCH] build(deps): bump org.eclipse.jgit:org.eclipse.jgit Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.2.202306221912-r to 5.13.3.202401111512-r. --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit 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 8c66aa1d..20d08fb1 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.2.202306221912-r' + implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r' implementation "org.tinylog:tinylog-api:${tinylogVersion}" implementation "org.tinylog:tinylog-impl:${tinylogVersion}"