Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a295c62 commit 755024eCopy full SHA for 755024e
java-diff-utils-jgit/pom.xml
@@ -18,9 +18,10 @@
18
<scope>test</scope>
19
</dependency>
20
<dependency>
21
+ <!-- no upgrade possible till base JDK upgrade to 17 -->
22
<groupId>org.eclipse.jgit</groupId>
23
<artifactId>org.eclipse.jgit</artifactId>
- <version>7.2.1.202505142326-r</version>
24
+ <version>5.13.3.202401111512-r</version>
25
<exclusions>
26
<exclusion>
27
<groupId>com.googlecode.javaewah</groupId>
0 commit comments