Skip to content

Commit 55eba2d

Browse files
committed
Update commons-io, junit, jetty
1 parent f0ebc61 commit 55eba2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2626
test {

httpserver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
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
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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>

0 commit comments

Comments
 (0)