Skip to content

Commit e23c172

Browse files
authored
fix: log4j issue (#9)
1 parent 71445f6 commit e23c172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sonar
1+
name: Sonar
22

33
env:
44
MAVEN_ARGS: -V -ntp -e

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<junit.version>5.8.2</junit.version>
3636
<fabric8-client.version>5.10.1</fabric8-client.version>
3737
<slf4j.version>1.7.32</slf4j.version>
38-
<log4j.version>2.14.1</log4j.version>
38+
<log4j.version>2.17.1</log4j.version>
3939
<mokito.version>4.1.0</mokito.version>
4040
<commons-lang3.version>3.12.0</commons-lang3.version>
4141
<auto-service.version>1.0.1</auto-service.version>

0 commit comments

Comments
 (0)