File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 25
25
### V1.3.0-SNAPSHOT
26
26
+ Update test-suites framework to cover more use-case scenarios
27
27
+ Add Utility to read from PKI Key with PEM format
28
- + Update README documentation
28
+ + Update README documentation
29
+ ### V1.3.1-SNAPSHOT
30
+ + Update dependency library for jackson-databind to version 2.9.8
31
+ + Update mvn command to pull centralised unit-test cases from github repository
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mvn install
63
63
<dependency >
64
64
<groupId >com.api.util</groupId >
65
65
<artifactId >ApiSecurity</artifactId >
66
- <version >1.3.0 -SNAPSHOT</version >
66
+ <version >1.3.1 -SNAPSHOT</version >
67
67
</dependency >
68
68
```
69
69
@@ -136,7 +136,7 @@ repositories {
136
136
mavenLocal()
137
137
}
138
138
dependencies {
139
- compile group: 'com.api.util', name: 'ApiSecurity', version: '1.3.0 -SNAPSHOT'
139
+ compile group: 'com.api.util', name: 'ApiSecurity', version: '1.3.1 -SNAPSHOT'
140
140
}
141
141
142
142
```
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.0 -SNAPSHOT'
7
+ version ' 1.3.1 -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.7 '
21
+ compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.9.8 '
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.0 -SNAPSHOT</version >
5
+ <version >1.3.1 -SNAPSHOT</version >
6
6
<build >
7
7
<plugins >
8
8
<plugin >
80
80
<dependency >
81
81
<groupId >com.fasterxml.jackson.core</groupId >
82
82
<artifactId >jackson-databind</artifactId >
83
- <version >2.9.7 </version >
83
+ <version >2.9.8 </version >
84
84
</dependency >
85
85
<dependency >
86
86
<groupId >com.googlecode.json-simple</groupId >
You can’t perform that action at this time.
0 commit comments