File tree 4 files changed +14
-10
lines changed
4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ### V2.1.1
3
+ ### V2.1.2
4
+
5
+ - Fixed vulnerability CVE-2021 -44228
6
+ - Update to log4j version 2.16.0
7
+
4
8
5
9
- Fixed vulnerability CVE-2021 -44228
6
10
- Update to log4j version 2.15.0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ mvn install
64
64
<dependency >
65
65
<groupId >com.api.util</groupId >
66
66
<artifactId >ApiSecurity</artifactId >
67
- <version >2.1.1 </version >
67
+ <version >2.1.2 </version >
68
68
</dependency >
69
69
```
70
70
@@ -76,12 +76,12 @@ mvn install
76
76
<dependency >
77
77
<groupId >org.apache.logging.log4j</groupId >
78
78
<artifactId >log4j-api</artifactId >
79
- <version >2.15 .0</version >
79
+ <version >2.16 .0</version >
80
80
</dependency >
81
81
<dependency >
82
82
<groupId >org.apache.logging.log4j</groupId >
83
83
<artifactId >log4j-core</artifactId >
84
- <version >2.15 .0</version >
84
+ <version >2.16 .0</version >
85
85
</dependency >
86
86
```
87
87
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
8
- version ' 2.1.1 '
8
+ version ' 2.1.2 '
9
9
10
10
tasks. withType(JavaCompile ) {
11
11
options. encoding = " UTF-8"
@@ -20,8 +20,8 @@ dependencies {
20
20
21
21
// gradle 4.0
22
22
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'
25
25
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.10.5.1'
26
26
compile group : ' com.googlecode.json-simple' , name : ' json-simple' , version : ' 1.1.1'
27
27
compile group : ' org.bouncycastle' , name : ' bcpkix-jdk15on' , version : ' 1.69'
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.api.util</groupId >
4
4
<artifactId >ApiSecurity</artifactId >
5
- <version >2.1.1 </version >
5
+ <version >2.1.2 </version >
6
6
<build >
7
7
<plugins >
8
8
<plugin >
80
80
<dependency >
81
81
<groupId >org.apache.logging.log4j</groupId >
82
82
<artifactId >log4j-api</artifactId >
83
- <version >2.15 .0</version >
83
+ <version >2.16 .0</version >
84
84
</dependency >
85
85
<dependency >
86
86
<groupId >org.apache.logging.log4j</groupId >
87
87
<artifactId >log4j-core</artifactId >
88
- <version >2.15 .0</version >
88
+ <version >2.16 .0</version >
89
89
</dependency >
90
90
<dependency >
91
91
<groupId >commons-lang</groupId >
You can’t perform that action at this time.
0 commit comments