We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e718e7e + 29a4098 commit a114115Copy full SHA for a114115
1 file changed
pom.xml
@@ -90,10 +90,21 @@
90
<version>4.13.1</version>
91
<scope>test</scope>
92
</dependency>
93
+ <dependency>
94
+ <groupId>org.slf4j</groupId>
95
+ <artifactId>slf4j-api</artifactId>
96
+ <version>2.0.7</version>
97
+ </dependency>
98
<dependency>
99
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j18-impl</artifactId>
- <version>2.18.0</version>
100
+ <artifactId>log4j-slf4j2-impl</artifactId>
101
+ <version>2.20.0</version>
102
+ <exclusions>
103
+ <exclusion>
104
105
106
+ </exclusion>
107
+ </exclusions>
108
109
110
<groupId>org.apache.commons</groupId>
0 commit comments