Skip to content

Commit 102ce2d

Browse files
committed
Update to JGit 7.0, commons-io, junit, jacoco
1 parent b175725 commit 102ce2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ repositories {
1111
dependencies {
1212
implementation 'commons-cli:commons-cli:1.9.0'
1313
implementation 'org.dstadler:commons-dost:1.3.4'
14-
implementation 'commons-io:commons-io:2.17.0'
14+
implementation 'commons-io:commons-io:2.18.0'
1515
implementation 'org.apache.commons:commons-lang3:3.17.0'
1616
implementation 'net.java.dev.jna:jna:3.5.2'
17-
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r'
17+
implementation 'org.eclipse.jgit:org.eclipse.jgit:7.0.0.202409031743-r'
1818
implementation 'com.google.guava:guava:33.3.1-jre'
1919
implementation files('lib/fuse-jna-1.0.3.2.jar')
2020
implementation 'jline:jline:2.14.6'
2121

2222
runtimeOnly 'org.slf4j:slf4j-simple:2.0.10'
2323

24-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
24+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
2525
testImplementation 'org.dstadler:commons-test:1.0.0.21'
2626
}
2727

@@ -50,7 +50,7 @@ tasks.withType(JavaCompile).configureEach {
5050
}
5151

5252
jacoco {
53-
toolVersion = '0.8.11'
53+
toolVersion = '0.8.12'
5454
}
5555

5656
jacocoTestReport {

0 commit comments

Comments
 (0)