File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ dependencies {
1212 implementation ' org.eclipse.jgit:org.eclipse.jgit.archive:7.4.0.202509020913-r'
1313 implementation ' org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:7.4.0.202509020913-r'
1414 implementation ' org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.4.0.202509020913-r'
15- implementation ' commons-io:commons-io:2.20 .0'
15+ implementation ' commons-io:commons-io:2.21 .0'
1616 implementation ' org.slf4j:slf4j-simple:2.0.17'
1717
1818 // optional dependency of commons-compress which is needed by JGit
1919 implementation ' org.tukaani:xz:1.9'
2020
21- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
22- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
23- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 '
21+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.1 '
22+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.1 '
23+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
2424}
2525
2626test {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727
2828dependencies {
2929 implementation ' org.eclipse.jgit:org.eclipse.jgit.http.server:7.4.0.202509020913-r'
30- implementation ' org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.28 '
30+ implementation ' org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.30 '
3131
3232 implementation ' org.slf4j:slf4j-simple:2.0.17'
3333}
Original file line number Diff line number Diff line change 4747 <dependency >
4848 <groupId >commons-io</groupId >
4949 <artifactId >commons-io</artifactId >
50- <version >2.20 .0</version >
50+ <version >2.21 .0</version >
5151 </dependency >
5252 <dependency >
5353 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments