Skip to content

Commit 5feb5dc

Browse files
authored
fix: replace log4j (#101)
1 parent 3396113 commit 5feb5dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maven-core-cm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
jdk: ['17', '21', '22-ea']
20+
jdk: ['17', '21', '24', '25-ea']
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 5
2323
steps:

org.eclipse.lyo.testsuite.server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
<version>1.2.10</version>
139139
</dependency>
140140
<dependency>
141-
<groupId>log4j</groupId>
142-
<artifactId>log4j</artifactId>
143-
<version>1.2.17</version>
141+
<groupId>ch.qos.reload4j</groupId>
142+
<artifactId>reload4j</artifactId>
143+
<version>1.2.26</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)