File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies {
17
17
18
18
// optional dependency of commons-compress which is needed by JGit
19
19
implementation ' org.tukaani:xz:1.9'
20
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
21
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
22
- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.3 '
20
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
21
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
22
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.4 '
23
23
}
24
24
25
25
test {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
implementation ' org.eclipse.jgit:org.eclipse.jgit.http.server:7.0.0.202409031743-r'
23
23
implementation ' org.eclipse.jetty:jetty-servlet:9.4.51.v20230217'
24
24
25
- implementation ' org.slf4j:slf4j-simple:2.0.10 '
25
+ implementation ' org.slf4j:slf4j-simple:2.0.16 '
26
26
}
27
27
28
28
wrapper {
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >org.slf4j</groupId >
48
48
<artifactId >slf4j-simple</artifactId >
49
- <version >2.0.10 </version >
49
+ <version >2.0.16 </version >
50
50
</dependency >
51
51
52
52
<!-- optional dependency of commons-compress which is needed by JGit -->
59
59
<dependency >
60
60
<groupId >org.junit.jupiter</groupId >
61
61
<artifactId >junit-jupiter-api</artifactId >
62
- <version >5.11.3 </version >
62
+ <version >5.11.4 </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
65
<dependency >
66
66
<groupId >org.junit.jupiter</groupId >
67
67
<artifactId >junit-jupiter-engine</artifactId >
68
- <version >5.11.3 </version >
68
+ <version >5.11.4 </version >
69
69
<scope >test</scope >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >org.junit.platform</groupId >
73
73
<artifactId >junit-platform-launcher</artifactId >
74
- <version >1.11.3 </version >
74
+ <version >1.11.4 </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
</dependencies >
You can’t perform that action at this time.
0 commit comments