Skip to content

Commit 019b543

Browse files
committed
Release 2.3.2
1 parent 57856ef commit 019b543

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

pom.xml

Lines changed: 3 additions & 9 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>2.3.2-SNAPSHOT</version>
11+
<version>2.3.2</version>
1212

1313
<name>Switcher Client</name>
1414
<description>Switcher Client SDK for working with Switcher API</description>
@@ -68,7 +68,7 @@
6868
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
6969
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
7070
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
71-
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
71+
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
7272
<sonar-maven-plugin.version>3.11.0.3922</sonar-maven-plugin.version>
7373
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
7474
<central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version>
@@ -131,13 +131,7 @@
131131
</dependency>
132132
<dependency>
133133
<groupId>com.squareup.okhttp3</groupId>
134-
<artifactId>okhttp</artifactId>
135-
<version>${okhttp.version}</version>
136-
<scope>test</scope>
137-
</dependency>
138-
<dependency>
139-
<groupId>com.squareup.okhttp3</groupId>
140-
<artifactId>mockwebserver</artifactId>
134+
<artifactId>mockwebserver3-junit5</artifactId>
141135
<version>${okhttp.version}</version>
142136
<scope>test</scope>
143137
</dependency>

0 commit comments

Comments
 (0)