Skip to content

Commit 18fc8aa

Browse files
authored
Merge pull request #129 from ContainerSolutions/dependabot/maven/org.apache.logging.log4j-log4j-slf4j-impl-2.13.3
Bump log4j-slf4j-impl from 2.11.2 to 2.13.3
2 parents f5a9d3d + 3f989e9 commit 18fc8aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

operator-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.apache.logging.log4j</groupId>
5656
<artifactId>log4j-slf4j-impl</artifactId>
57-
<version>2.11.2</version>
57+
<version>2.13.3</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.logging.log4j</groupId>
6969
<artifactId>log4j-slf4j-impl</artifactId>
70-
<version>2.11.2</version>
70+
<version>2.13.3</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.mockito</groupId>

samples/mysql-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.apache.logging.log4j</groupId>
3636
<artifactId>log4j-slf4j-impl</artifactId>
37-
<version>2.11.2</version>
37+
<version>2.13.3</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.takes</groupId>

samples/webserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.apache.logging.log4j</groupId>
3636
<artifactId>log4j-slf4j-impl</artifactId>
37-
<version>2.11.2</version>
37+
<version>2.13.3</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.takes</groupId>

0 commit comments

Comments
 (0)