Skip to content

Commit 1211771

Browse files
committed
Update commons-io, junit
1 parent 062c019 commit 1211771

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ dependencies {
1212
implementation 'org.eclipse.jgit:org.eclipse.jgit.archive:6.10.0.202406032230-r'
1313
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.10.0.202406032230-r'
1414
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.10.0.202406032230-r'
15-
implementation 'commons-io:commons-io:2.16.1'
15+
implementation 'commons-io:commons-io:2.17.0'
1616
implementation 'org.slf4j:slf4j-simple:2.0.10'
1717

1818
// optional dependency of commons-compress which is needed by JGit
1919
implementation 'org.tukaani:xz:1.9'
2020

21-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
21+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
2222
}
2323

2424
wrapper {

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>commons-io</groupId>
4343
<artifactId>commons-io</artifactId>
44-
<version>2.16.1</version>
44+
<version>2.17.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.slf4j</groupId>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.junit.vintage</groupId>
6161
<artifactId>junit-vintage-engine</artifactId>
62-
<version>5.10.3</version>
62+
<version>5.11.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</dependencies>

0 commit comments

Comments
 (0)