Skip to content

Commit d0a9148

Browse files
authored
Uplift log4j to 2.15.0
1 parent d09799d commit d0a9148

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<output-relative-path>src/main/java</output-relative-path>
2424
<skipTests>false</skipTests>
2525
<skipUTs>${skipTests}</skipUTs>
26+
<log4j2.version>2.15.0</log4j2.version>
2627
<springBootVersion>${project.parent.version}</springBootVersion>
2728
<forkCountTests>2.5C</forkCountTests>
2829
</properties>
@@ -46,11 +47,6 @@
4647
</reporting>
4748

4849
<dependencies>
49-
<dependency>
50-
<groupId>org.apache.logging.log4j</groupId>
51-
<artifactId>log4j-to-slf4j</artifactId>
52-
<version>2.15.0</version>
53-
</dependency>
5450
<dependency>
5551
<groupId>org.springframework.boot</groupId>
5652
<artifactId>spring-boot-starter-actuator</artifactId>

0 commit comments

Comments
 (0)