Skip to content

Commit 755024e

Browse files
committed
downgrade jgit
1 parent a295c62 commit 755024e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java-diff-utils-jgit/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
<scope>test</scope>
1919
</dependency>
2020
<dependency>
21+
<!-- no upgrade possible till base JDK upgrade to 17 -->
2122
<groupId>org.eclipse.jgit</groupId>
2223
<artifactId>org.eclipse.jgit</artifactId>
23-
<version>7.2.1.202505142326-r</version>
24+
<version>5.13.3.202401111512-r</version>
2425
<exclusions>
2526
<exclusion>
2627
<groupId>com.googlecode.javaewah</groupId>

0 commit comments

Comments
 (0)