We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31c3657 + 77cb695 commit 5dfa8aeCopy full SHA for 5dfa8ae
pom.xml
@@ -8,7 +8,7 @@
8
<groupId>com.github.switcherapi</groupId>
9
<artifactId>switcher-client</artifactId>
10
<packaging>jar</packaging>
11
- <version>1.3.0</version>
+ <version>1.3.1</version>
12
13
<name>Switcher Client</name>
14
<description>Switcher Client for working with Switcher API</description>
@@ -55,9 +55,9 @@
55
<commons-net.version>3.8.0</commons-net.version>
56
57
<!-- test -->
58
- <log4j.version>2.13.3</log4j.version>
+ <log4j.version>2.15.0</log4j.version>
59
<okhttp.version>3.14.9</okhttp.version>
60
- <junit.version>5.7.0</junit.version>
+ <junit.version>5.8.1</junit.version>
61
62
<!-- Sonar -->
63
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
0 commit comments