Skip to content

Commit b41fb04

Browse files
authored
Merge pull request #127 from switcherapi/patch_109
Closes #109 - Updated log4j to 2.17.0
2 parents aab8080 + 947db0f commit b41fb04

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 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>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>
@@ -55,7 +55,7 @@
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

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.sourceEncoding=UTF-8
44

55
sonar.projectKey=switcherapi_switcher-client
66
sonar.projectName=switcher-client-java
7-
sonar.projectVersion=1.3.2
7+
sonar.projectVersion=1.3.3
88
sonar.sources=src/main/java
99
sonar.tests=src/test/java
1010
sonar.binaries=target/

0 commit comments

Comments
 (0)