Skip to content

Commit 79c64f4

Browse files
blasttoyssoh boon keongGTYeokhdependabot[bot]snyk-bot
authored
v2.1.2
* Update to log4j version 2.16.0 Co-authored-by: soh boon keong <[email protected]> Co-authored-by: GTYeokh <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: snyk-bot <[email protected]> Co-authored-by: mingtat <[email protected]>
1 parent ce783a5 commit 79c64f4

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
### V2.1.1
3+
### V2.1.2
4+
5+
- Fixed vulnerability CVE-2021-44228
6+
- Update to log4j version 2.16.0
7+
48

59
- Fixed vulnerability CVE-2021-44228
610
- Update to log4j version 2.15.0

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mvn install
6464
<dependency>
6565
<groupId>com.api.util</groupId>
6666
<artifactId>ApiSecurity</artifactId>
67-
<version>2.1.1</version>
67+
<version>2.1.2</version>
6868
</dependency>
6969
```
7070

@@ -76,12 +76,12 @@ mvn install
7676
<dependency>
7777
<groupId>org.apache.logging.log4j</groupId>
7878
<artifactId>log4j-api</artifactId>
79-
<version>2.15.0</version>
79+
<version>2.16.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.apache.logging.log4j</groupId>
8383
<artifactId>log4j-core</artifactId>
84-
<version>2.15.0</version>
84+
<version>2.16.0</version>
8585
</dependency>
8686
```
8787

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77

8-
version '2.1.1'
8+
version '2.1.2'
99

1010
tasks.withType(JavaCompile) {
1111
options.encoding = "UTF-8"
@@ -20,8 +20,8 @@ dependencies {
2020

2121
//gradle 4.0
2222
compile group: 'commons-lang', name: 'commons-lang', version: '2.4'
23-
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'
24-
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
23+
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
24+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
2525
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.5.1'
2626
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
2727
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.69'

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.api.util</groupId>
44
<artifactId>ApiSecurity</artifactId>
5-
<version>2.1.1</version>
5+
<version>2.1.2</version>
66
<build>
77
<plugins>
88
<plugin>
@@ -80,12 +80,12 @@
8080
<dependency>
8181
<groupId>org.apache.logging.log4j</groupId>
8282
<artifactId>log4j-api</artifactId>
83-
<version>2.15.0</version>
83+
<version>2.16.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.apache.logging.log4j</groupId>
8787
<artifactId>log4j-core</artifactId>
88-
<version>2.15.0</version>
88+
<version>2.16.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)