Skip to content

Commit 19d4908

Browse files
committed
fix log4j slf4j incompatibility
1 parent dfdaabb commit 19d4908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<annotations-api-version>6.0.53</annotations-api-version>
2727
<grpc-version>1.68.1</grpc-version>
2828
<junit-jupiter-version>5.11.1</junit-jupiter-version>
29-
<log4j2-version>2.24.0</log4j2-version>
29+
<log4j2-version>2.24.2</log4j2-version>
3030
<protobuf-version>4.28.3</protobuf-version>
3131
<slf4j-version>2.0.16</slf4j-version>
3232
<testcontainers-version>1.20.2</testcontainers-version>
@@ -110,7 +110,7 @@
110110
</dependency>
111111
<dependency>
112112
<groupId>org.apache.logging.log4j</groupId>
113-
<artifactId>log4j-slf4j-impl</artifactId>
113+
<artifactId>log4j-slf4j2-impl</artifactId>
114114
<version>${log4j2-version}</version>
115115
<scope>test</scope>
116116
</dependency>

0 commit comments

Comments
 (0)