Skip to content

Commit 4d436c2

Browse files
committed
bumped slf4j version
Signed-off-by: Lars Heinemann <lhein.smx@gmail.com>
1 parent d685794 commit 4d436c2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Log file
55
*.log
66

7+
.codex
8+
79
# BlueJ files
810
*.ctxt
911

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
</dependency>
178178
<dependency>
179179
<groupId>org.apache.logging.log4j</groupId>
180-
<artifactId>log4j-slf4j-impl</artifactId>
180+
<artifactId>log4j-slf4j2-impl</artifactId>
181181
<version>2.25.4</version>
182182
</dependency>
183183
<dependency>
@@ -300,4 +300,4 @@
300300
</profile>
301301
</profiles>
302302

303-
</project>
303+
</project>

0 commit comments

Comments
 (0)