Skip to content

Commit b52f647

Browse files
author
TheSnoozer
committed
bump org.eclipse.jgit:org.eclipse.jgit 5.13.1.202206130422-r -> 6.4.0.202211300538-r
https://wiki.eclipse.org/JGit/New_and_Noteworthy/6.0 (requires Java 11) https://wiki.eclipse.org/JGit/New_and_Noteworthy/6.1 (Logging: JGit only uses org.slf4j.api, version 1.7.30) https://wiki.eclipse.org/JGit/New_and_Noteworthy/6.2 https://wiki.eclipse.org/JGit/New_and_Noteworthy/6.3 (shallow clone and fetch) https://wiki.eclipse.org/JGit/New_and_Noteworthy/6.4 (The JGit command line client commands diff, log, show now support the options --name-only, --name-status)
1 parent 4230e20 commit b52f647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3434
<java.target>11</java.target>
3535

36-
<jgit.version>5.13.1.202206130422-r</jgit.version>
36+
<jgit.version>6.4.0.202211300538-r</jgit.version>
3737
<junit.version>4.13.2</junit.version>
3838
<mockito.version>5.1.1</mockito.version>
3939
<assertj.version>3.24.2</assertj.version>
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>org.slf4j</groupId>
237237
<artifactId>slf4j-simple</artifactId>
238-
<version>1.7.25</version>
238+
<version>1.7.30</version>
239239
<scope>test</scope>
240240
</dependency>
241241
</dependencies>

0 commit comments

Comments
 (0)