We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdaabb commit 19d4908Copy full SHA for 19d4908
pom.xml
@@ -26,7 +26,7 @@
26
<annotations-api-version>6.0.53</annotations-api-version>
27
<grpc-version>1.68.1</grpc-version>
28
<junit-jupiter-version>5.11.1</junit-jupiter-version>
29
- <log4j2-version>2.24.0</log4j2-version>
+ <log4j2-version>2.24.2</log4j2-version>
30
<protobuf-version>4.28.3</protobuf-version>
31
<slf4j-version>2.0.16</slf4j-version>
32
<testcontainers-version>1.20.2</testcontainers-version>
@@ -110,7 +110,7 @@
110
</dependency>
111
<dependency>
112
<groupId>org.apache.logging.log4j</groupId>
113
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
114
<version>${log4j2-version}</version>
115
<scope>test</scope>
116
0 commit comments