File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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>
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 >
You can’t perform that action at this time.
0 commit comments