Skip to content

Commit 9b5d6a8

Browse files
authored
Source Clear Improvements (#203)
* updated library versions, recommended by source clear
1 parent 6f86613 commit 9b5d6a8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

core-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dependencies {
22
compile group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
33
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: jacksonVersion
44

5-
compile group: 'com.google.code.findbugs', name: 'annotations', version: findbugsVersion
6-
compile group: 'com.google.code.findbugs', name: 'jsr305', version: findbugsVersion
5+
compile group: 'com.google.code.findbugs', name: 'annotations', version: findbugsAnnotationVersion
6+
compile group: 'com.google.code.findbugs', name: 'jsr305', version: findbugsJsrVersion
77

88
// an assortment of json parsers
99
compileOnly group: 'com.google.code.gson', name: 'gson', version: gsonVersion, optional
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
httpClientVersion = 4.5.2
1+
httpClientVersion = 4.5.6

gradle.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ org.gradle.parallel = true
1313
gsonVersion = 2.6.1
1414
guavaVersion = 19.0
1515
hamcrestVersion = 1.3
16-
jacksonVersion = 2.7.1
16+
jacksonVersion = 2.9.6
1717
jsonVersion = 20160212
1818
jsonSimpleVersion = 1.1.1
1919
logbackVersion = 1.1.5
20-
slf4jVersion = 1.7.16
20+
slf4jVersion = 1.7.25
2121

2222
# Style Packages
23-
findbugsVersion = 3.0.1
23+
findbugsAnnotationVersion = 3.0.1
24+
findbugsJsrVersion = 3.0.2
2425

2526
# Test Packages
2627
junitVersion = 4.12

0 commit comments

Comments
 (0)