Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit a0ee9c3

Browse files
committed
fix logging version
1 parent 7f2eb57 commit a0ee9c3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ChatGPT/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.logging.log4j</groupId>
45-
<artifactId>log4j-slf4j18-impl</artifactId>
45+
<artifactId>log4j-slf4j2-impl</artifactId>
4646
</dependency>
4747

4848
<!-- Savinng ChatGPT Message Context -->

ChimeSMA/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<dependency>
3434
<groupId>org.apache.logging.log4j</groupId>
35-
<artifactId>log4j-slf4j18-impl</artifactId>
35+
<artifactId>log4j-slf4j2-impl</artifactId>
3636
</dependency>
3737

3838
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
</dependency>
9595
<dependency>
9696
<groupId>org.apache.logging.log4j</groupId>
97-
<artifactId>log4j-slf4j18-impl</artifactId>
98-
<version>2.18.0</version>
97+
<artifactId>log4j-slf4j2-impl</artifactId>
98+
<version>2.24.3</version>
9999
</dependency>
100100

101101

0 commit comments

Comments
 (0)