Skip to content

Commit 5dfa8ae

Browse files
authored
Merge pull request #111 from switcherapi/patch_109
Closes #109 - Patched log4j
2 parents 31c3657 + 77cb695 commit 5dfa8ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.github.switcherapi</groupId>
99
<artifactId>switcher-client</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.3.0</version>
11+
<version>1.3.1</version>
1212

1313
<name>Switcher Client</name>
1414
<description>Switcher Client for working with Switcher API</description>
@@ -55,9 +55,9 @@
5555
<commons-net.version>3.8.0</commons-net.version>
5656

5757
<!-- test -->
58-
<log4j.version>2.13.3</log4j.version>
58+
<log4j.version>2.15.0</log4j.version>
5959
<okhttp.version>3.14.9</okhttp.version>
60-
<junit.version>5.7.0</junit.version>
60+
<junit.version>5.8.1</junit.version>
6161

6262
<!-- Sonar -->
6363
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>

0 commit comments

Comments
 (0)