File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ repositories {
11
11
dependencies {
12
12
implementation ' commons-cli:commons-cli:1.9.0'
13
13
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'
15
15
implementation ' org.apache.commons:commons-lang3:3.17.0'
16
16
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'
18
18
implementation ' com.google.guava:guava:33.3.1-jre'
19
19
implementation files(' lib/fuse-jna-1.0.3.2.jar' )
20
20
implementation ' jline:jline:2.14.6'
21
21
22
22
runtimeOnly ' org.slf4j:slf4j-simple:2.0.10'
23
23
24
- testImplementation ' org.junit.vintage:junit-vintage-engine:5.11.0 '
24
+ testImplementation ' org.junit.vintage:junit-vintage-engine:5.11.3 '
25
25
testImplementation ' org.dstadler:commons-test:1.0.0.21'
26
26
}
27
27
@@ -50,7 +50,7 @@ tasks.withType(JavaCompile).configureEach {
50
50
}
51
51
52
52
jacoco {
53
- toolVersion = ' 0.8.11 '
53
+ toolVersion = ' 0.8.12 '
54
54
}
55
55
56
56
jacocoTestReport {
You can’t perform that action at this time.
0 commit comments