diff --git a/build.gradle b/build.gradle index 24b9920fc7c..1aba168f18b 100644 --- a/build.gradle +++ b/build.gradle @@ -204,7 +204,7 @@ dependencies { antlr4 'org.antlr:antlr4:4.13.2' implementation 'org.antlr:antlr4-runtime:4.13.2' - implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '7.0.0.202409031743-r' + implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '7.1.0.202411261347-r' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.18.2' implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.18.2'