We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b284848 commit 10f4c88Copy full SHA for 10f4c88
pom.xml
@@ -8,7 +8,7 @@
8
<groupId>com.switcherapi</groupId>
9
<artifactId>switcher-client</artifactId>
10
<packaging>jar</packaging>
11
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.5.0</version>
12
13
<name>Switcher Client</name>
14
<description>Switcher Client SDK for working with Switcher API</description>
@@ -58,7 +58,7 @@
58
<slf4j-api.version>2.0.17</slf4j-api.version>
59
60
<!-- test -->
61
- <okhttp.version>5.2.0</okhttp.version>
+ <okhttp.version>5.2.1</okhttp.version>
62
<junit-jupiter.version>6.0.0</junit-jupiter.version>
63
<junit-pioneer.version>2.3.0</junit-pioneer.version>
64
<junit-platform-launcher.version>6.0.0</junit-platform-launcher.version>
0 commit comments