We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d685794 commit 4d436c2Copy full SHA for 4d436c2
2 files changed
.gitignore
@@ -4,6 +4,8 @@
4
# Log file
5
*.log
6
7
+.codex
8
+
9
# BlueJ files
10
*.ctxt
11
pom.xml
@@ -177,7 +177,7 @@
177
</dependency>
178
<dependency>
179
<groupId>org.apache.logging.log4j</groupId>
180
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
181
<version>2.25.4</version>
182
183
@@ -300,4 +300,4 @@
300
</profile>
301
</profiles>
302
303
-</project>
+</project>
0 commit comments