File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation ' org.eclipse.jgit:org.eclipse.jgit.archive:6.8.0.202311291450-r'
13
13
implementation ' org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.8.0.202311291450-r'
14
14
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'
16
16
implementation ' org.slf4j:slf4j-simple:2.0.10'
17
17
18
18
// optional dependency of commons-compress which is needed by JGit
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >commons-io</groupId >
43
43
<artifactId >commons-io</artifactId >
44
- <version >2.15.1 </version >
44
+ <version >2.16.0 </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments