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 >1.3.2 </version >
11+ <version >1.3.3 </version >
1212
1313 <name >Switcher Client</name >
1414 <description >Switcher Client for working with Switcher API</description >
5555 <commons-net .version>3.8.0</commons-net .version>
5656
5757 <!-- test -->
58- <log4j .version>2.16 .0</log4j .version>
58+ <log4j .version>2.17 .0</log4j .version>
5959 <okhttp .version>3.14.9</okhttp .version>
6060 <junit .version>5.8.1</junit .version>
6161
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ https://github.com/switcherapi/switcher-api
2626<dependency >
2727 <groupId >com.github.switcherapi</groupId >
2828 <artifactId >switcher-client</artifactId >
29- <version >1.3.2 </version >
29+ <version >1.3.3 </version >
3030</dependency >
3131```
3232
@@ -256,8 +256,8 @@ void testMyFeature() {
256256```
257257
258258### Change Log
259- - 1.3.2 :
260- - Updated dependency org.apache.logging.log4j from 2.15.0 to 2.16 .0
259+ - 1.3.3 :
260+ - Updated dependency org.apache.logging.log4j from 2.15.0 to 2.17 .0
261261 - Updated managed dependency junit to 4.13.1
262262- 1.3.0:
263263 - Optimized Switcher instance creation management
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sonar.sourceEncoding=UTF-8
44
55sonar.projectKey =switcherapi_switcher-client
66sonar.projectName =switcher-client-java
7- sonar.projectVersion =1.3.2
7+ sonar.projectVersion =1.3.3
88sonar.sources =src/main/java
99sonar.tests =src/test/java
1010sonar.binaries =target/
You can’t perform that action at this time.
0 commit comments