Skip to content

Commit 291a580

Browse files
committed
Update slfj4, JUnit
1 parent 18ac927 commit 291a580

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ dependencies {
1717

1818
// optional dependency of commons-compress which is needed by JGit
1919
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'
2323
}
2424

2525
test {

httpserver/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation 'org.eclipse.jgit:org.eclipse.jgit.http.server:7.0.0.202409031743-r'
2323
implementation 'org.eclipse.jetty:jetty-servlet:9.4.51.v20230217'
2424

25-
implementation 'org.slf4j:slf4j-simple:2.0.10'
25+
implementation 'org.slf4j:slf4j-simple:2.0.16'
2626
}
2727

2828
wrapper {

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.slf4j</groupId>
4848
<artifactId>slf4j-simple</artifactId>
49-
<version>2.0.10</version>
49+
<version>2.0.16</version>
5050
</dependency>
5151

5252
<!-- optional dependency of commons-compress which is needed by JGit -->
@@ -59,19 +59,19 @@
5959
<dependency>
6060
<groupId>org.junit.jupiter</groupId>
6161
<artifactId>junit-jupiter-api</artifactId>
62-
<version>5.11.3</version>
62+
<version>5.11.4</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.junit.jupiter</groupId>
6767
<artifactId>junit-jupiter-engine</artifactId>
68-
<version>5.11.3</version>
68+
<version>5.11.4</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.junit.platform</groupId>
7373
<artifactId>junit-platform-launcher</artifactId>
74-
<version>1.11.3</version>
74+
<version>1.11.4</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)