Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 858c2fa

Browse files
author
Stephane Landelle
committed
Upgrade Slf4j 1.7.5, close AsyncHttpClient#307
1 parent 637d9fe commit 858c2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.slf4j</groupId>
3636
<artifactId>slf4j-api</artifactId>
37-
<version>1.6.2</version>
37+
<version>1.7.5</version>
3838
</dependency>
3939
</dependencies>
4040

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
<dependency>
501501
<groupId>ch.qos.logback</groupId>
502502
<artifactId>logback-classic</artifactId>
503-
<version>0.9.26</version>
503+
<version>1.0.13</version>
504504
<scope>test</scope>
505505
</dependency>
506506
<dependency>

0 commit comments

Comments
 (0)