We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8bc6d commit 00a7a1fCopy full SHA for 00a7a1f
pom.xml
@@ -8,7 +8,7 @@
8
<groupId>com.switcherapi</groupId>
9
<artifactId>switcher-client</artifactId>
10
<packaging>jar</packaging>
11
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.9.0</version>
12
13
<name>Switcher Client</name>
14
<description>Switcher Client SDK for working with Switcher API</description>
@@ -64,7 +64,7 @@
64
<slf4j-api.version>2.0.17</slf4j-api.version>
65
66
<!-- test -->
67
- <okhttp.version>5.2.0</okhttp.version>
+ <okhttp.version>5.2.1</okhttp.version>
68
<junit-jupiter.version>5.14.0</junit-jupiter.version>
69
<junit-pioneer.version>1.9.1</junit-pioneer.version>
70
<junit-platform-launcher.version>1.14.0</junit-platform-launcher.version>
0 commit comments