File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 17
17
+ Update templates
18
18
### V1.1.2-SNAPSHOT
19
19
+ Minor refactoring
20
- + Update documentation
20
+ + Update documentation
21
+ ### V1.2.0-SNAPSHOT
22
+ + Bug fixes for null value checking
23
+ + Update basestring method to suppport use-case where value of queryparam or form value is empty
24
+ + Update nonce method to generate base64 encoded string value of 32 bytes characters
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.1.1 -SNAPSHOT'
7
+ version ' 1.2.0 -SNAPSHOT'
8
8
9
9
tasks. withType(JavaCompile ) {
10
10
options. encoding = " UTF-8"
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.1.1 -SNAPSHOT</version >
5
+ <version >1.2.0 -SNAPSHOT</version >
6
6
<build >
7
7
<plugins >
8
8
<plugin >
You can’t perform that action at this time.
0 commit comments