Skip to content

Commit d923e18

Browse files
committed
Update commons-io
1 parent 03d4dbc commit d923e18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

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

1818
// optional dependency of commons-compress which is needed by JGit

pom.xml

+1-1
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.15.1</version>
44+
<version>2.16.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)