File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ dependencies {
12
12
implementation ' org.eclipse.jgit:org.eclipse.jgit.archive:6.10.0.202406032230-r'
13
13
implementation ' org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.10.0.202406032230-r'
14
14
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 '
16
16
implementation ' org.slf4j:slf4j-simple:2.0.10'
17
17
18
18
// optional dependency of commons-compress which is needed by JGit
19
19
implementation ' org.tukaani:xz:1.9'
20
20
21
- testImplementation ' org.junit.vintage:junit-vintage-engine:5.10.3 '
21
+ testImplementation ' org.junit.vintage:junit-vintage-engine:5.11.0 '
22
22
}
23
23
24
24
wrapper {
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.16.1 </version >
44
+ <version >2.17.0 </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.slf4j</groupId >
59
59
<dependency >
60
60
<groupId >org.junit.vintage</groupId >
61
61
<artifactId >junit-vintage-engine</artifactId >
62
- <version >5.10.3 </version >
62
+ <version >5.11.0 </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
65
</dependencies >
You can’t perform that action at this time.
0 commit comments