Skip to content

Commit 93185d8

Browse files
committed
bump: chore use slf4j v2 (#2406)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 7223844 commit 93185d8

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Diff for: bootstrapper-maven-plugin/pom.xml

+1-1
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
<scope>test</scope>
4444
</dependency>
4545
<dependency>

Diff for: bootstrapper-maven-plugin/src/main/resources/templates/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</dependency>
5959
<dependency>
6060
<groupId>org.apache.logging.log4j</groupId>
61-
<artifactId>log4j-slf4j-impl</artifactId>
61+
<artifactId>log4j-slf4j2-impl</artifactId>
6262
<version>${log4j.version}</version>
6363
</dependency>
6464
<dependency>

Diff for: caffeine-bounded-cache-support/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.logging.log4j</groupId>
40-
<artifactId>log4j-slf4j-impl</artifactId>
40+
<artifactId>log4j-slf4j2-impl</artifactId>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>

Diff for: operator-framework-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.logging.log4j</groupId>
33-
<artifactId>log4j-slf4j-impl</artifactId>
33+
<artifactId>log4j-slf4j2-impl</artifactId>
3434
<scope>test</scope>
3535
</dependency>
3636
<dependency>

Diff for: operator-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</dependency>
7171
<dependency>
7272
<groupId>org.apache.logging.log4j</groupId>
73-
<artifactId>log4j-slf4j-impl</artifactId>
73+
<artifactId>log4j-slf4j2-impl</artifactId>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<junit.version>5.10.1</junit.version>
6464
<fabric8-client.version>6.13.3</fabric8-client.version>
65-
<slf4j.version>1.7.36</slf4j.version>
65+
<slf4j.version>2.0.12</slf4j.version>
6666
<log4j.version>2.23.1</log4j.version>
6767
<mokito.version>5.12.0</mokito.version>
6868
<commons-lang3.version>3.16.0</commons-lang3.version>
@@ -170,7 +170,7 @@
170170
</dependency>
171171
<dependency>
172172
<groupId>org.apache.logging.log4j</groupId>
173-
<artifactId>log4j-slf4j-impl</artifactId>
173+
<artifactId>log4j-slf4j2-impl</artifactId>
174174
<version>${log4j.version}</version>
175175
</dependency>
176176
<dependency>

Diff for: sample-operators/leader-election/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dependency>
3333
<dependency>
3434
<groupId>org.apache.logging.log4j</groupId>
35-
<artifactId>log4j-slf4j-impl</artifactId>
35+
<artifactId>log4j-slf4j2-impl</artifactId>
3636
<scope>compile</scope>
3737
</dependency>
3838
<dependency>

Diff for: sample-operators/mysql-schema/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
<dependency>
5757
<groupId>org.apache.logging.log4j</groupId>

Diff for: sample-operators/tomcat-operator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.logging.log4j</groupId>
50-
<artifactId>log4j-slf4j-impl</artifactId>
50+
<artifactId>log4j-slf4j2-impl</artifactId>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.logging.log4j</groupId>

Diff for: sample-operators/webpage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dependency>
3333
<dependency>
3434
<groupId>org.apache.logging.log4j</groupId>
35-
<artifactId>log4j-slf4j-impl</artifactId>
35+
<artifactId>log4j-slf4j2-impl</artifactId>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)