Skip to content

Commit 31bebb7

Browse files
authored
test: Roll SLF4J log4j bindings to v2 (#1190)
* Roll SLF4J log4j bindings to v2
1 parent 7f804fe commit 31bebb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
</dependency>
184184
<dependency>
185185
<groupId>org.apache.logging.log4j</groupId>
186-
<artifactId>log4j-slf4j-impl</artifactId>
186+
<artifactId>log4j-slf4j2-impl</artifactId>
187187
<version>${log4j.version}</version>
188188
</dependency>
189189
<dependency>

powertools-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</dependency>
6464
<dependency>
6565
<groupId>org.apache.logging.log4j</groupId>
66-
<artifactId>log4j-slf4j-impl</artifactId>
66+
<artifactId>log4j-slf4j2-impl</artifactId>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.logging.log4j</groupId>

powertools-serialization/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.logging.log4j</groupId>
54-
<artifactId>log4j-slf4j-impl</artifactId>
54+
<artifactId>log4j-slf4j2-impl</artifactId>
5555
</dependency>
5656

5757
<!-- Test dependencies -->

0 commit comments

Comments
 (0)