File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
id ' me.champeau.gradle.jmh' version ' 0.4.5'
18
18
id ' nebula.optional-base' version ' 3.2.0'
19
19
id ' com.github.hierynomus.license' version ' 0.15.0'
20
- id ' com.github.spotbugs' version " 4.3 .0"
20
+ id ' com.github.spotbugs' version " 4.5 .0"
21
21
}
22
22
23
23
allprojects {
@@ -110,6 +110,8 @@ subprojects {
110
110
}
111
111
112
112
dependencies {
113
+ compile group : ' commons-codec' , name : ' commons-codec' , version : commonCodecVersion
114
+
113
115
testCompile group : ' junit' , name : ' junit' , version : junitVersion
114
116
testCompile group : ' org.mockito' , name : ' mockito-core' , version : mockitoVersion
115
117
testCompile group : ' org.hamcrest' , name : ' hamcrest-all' , version : hamcrestVersion
Original file line number Diff line number Diff line change @@ -10,19 +10,20 @@ org.gradle.daemon = true
10
10
org.gradle.parallel = true
11
11
12
12
# Application Packages
13
- gsonVersion = 2.6.1
14
- guavaVersion = 19 .0
13
+ gsonVersion = 2.8.6
14
+ guavaVersion = 22 .0
15
15
hamcrestVersion = 1.3
16
- jacksonVersion = 2.9.8
17
- jsonVersion = 20160212
16
+ jacksonVersion = 2.11.2
17
+ jsonVersion = 20190722
18
18
jsonSimpleVersion = 1.1.1
19
- logbackVersion = 1.1.5
19
+ logbackVersion = 1.2.3
20
20
slf4jVersion = 1.7.30
21
21
22
22
# Style Packages
23
23
findbugsAnnotationVersion = 3.0.1
24
24
findbugsJsrVersion = 3.0.2
25
25
26
26
# Test Packages
27
- junitVersion = 4.12
27
+ junitVersion = 4.13
28
28
mockitoVersion = 1.10.19
29
+ commonCodecVersion = 1.15
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ dependencies {
2
2
compile project(' :core-api' )
3
3
compile project(' :core-httpclient-impl' )
4
4
5
- compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.5 '
6
- compile group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.2 '
5
+ compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6 '
6
+ compile group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.12 '
7
7
compile group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 1.7.30'
8
8
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
9
9
}
You can’t perform that action at this time.
0 commit comments