File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### V1.3.4-SNAPSHOT
4
+
5
+ - Fixed vulnerablity CVE-2019 -14379 and CVE-2019 -14439
6
+
3
7
### V1.3.3-SNAPSHOT
4
8
5
9
- Set TravisCI build dist to Trusty
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' com.github.kt3k.coveralls' version ' 2.6.3'
5
5
}
6
6
7
- version ' 1.3.3 -SNAPSHOT'
7
+ version ' 1.3.4 -SNAPSHOT'
8
8
9
9
tasks. withType(JavaCompile ) {
10
10
options. encoding = " UTF-8"
@@ -18,7 +18,7 @@ dependencies {
18
18
// compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.1'
19
19
compile group : ' commons-lang' , name : ' commons-lang' , version : ' 2.4'
20
20
compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25'
21
- compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.9.9.1 '
21
+ compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.9.9.2 '
22
22
compile group : ' com.googlecode.json-simple' , name : ' json-simple' , version : ' 1.1.1'
23
23
compile group : ' org.bouncycastle' , name : ' bcpkix-jdk15on' , version : ' 1.60'
24
24
testCompile group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 1.7.25'
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 >1.3.3 -SNAPSHOT</version >
5
+ <version >1.3.4 -SNAPSHOT</version >
6
6
<build >
7
7
<plugins >
8
8
<plugin >
90
90
<dependency >
91
91
<groupId >com.fasterxml.jackson.core</groupId >
92
92
<artifactId >jackson-databind</artifactId >
93
- <version >2.9.9.1 </version >
93
+ <version >2.9.9.2 </version >
94
94
</dependency >
95
95
<dependency >
96
96
<groupId >com.googlecode.json-simple</groupId >
You can’t perform that action at this time.
0 commit comments