Skip to content

Commit 0b95f6c

Browse files
author
QIURC
committed
Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.x
1 parent 4fa6f5c commit 0b95f6c

File tree

53 files changed

+54
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+54
-55
lines changed

common/common-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<dependency>
4747
<groupId>org.apache.logging.log4j</groupId>
48-
<artifactId>log4j-slf4j-impl</artifactId>
48+
<artifactId>log4j-slf4j2-impl</artifactId>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>

common/common-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.logging.log4j</groupId>
55-
<artifactId>log4j-slf4j-impl</artifactId>
55+
<artifactId>log4j-slf4j2-impl</artifactId>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</dependency>
7474
<dependency>
7575
<groupId>org.apache.logging.log4j</groupId>
76-
<artifactId>log4j-slf4j-impl</artifactId>
76+
<artifactId>log4j-slf4j2-impl</artifactId>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>

demo/demo-consul/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.logging.log4j</groupId>
44-
<artifactId>log4j-slf4j-impl</artifactId>
44+
<artifactId>log4j-slf4j2-impl</artifactId>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.logging.log4j</groupId>

demo/demo-crossapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.logging.log4j</groupId>
51-
<artifactId>log4j-slf4j-impl</artifactId>
51+
<artifactId>log4j-slf4j2-impl</artifactId>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.logging.log4j</groupId>

demo/demo-cse-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.logging.log4j</groupId>
58-
<artifactId>log4j-slf4j-impl</artifactId>
58+
<artifactId>log4j-slf4j2-impl</artifactId>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>

demo/demo-cse-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>
46-
<artifactId>log4j-slf4j-impl</artifactId>
46+
<artifactId>log4j-slf4j2-impl</artifactId>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.logging.log4j</groupId>

demo/demo-edge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>
46-
<artifactId>log4j-slf4j-impl</artifactId>
46+
<artifactId>log4j-slf4j2-impl</artifactId>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.logging.log4j</groupId>

demo/demo-etcd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.logging.log4j</groupId>
42-
<artifactId>log4j-slf4j-impl</artifactId>
42+
<artifactId>log4j-slf4j2-impl</artifactId>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>

demo/demo-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.logging.log4j</groupId>
51-
<artifactId>log4j-slf4j-impl</artifactId>
51+
<artifactId>log4j-slf4j2-impl</artifactId>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)