Skip to content

Commit c60c9e6

Browse files
authored
upgrade dependency versions for source clear (#517)
1 parent e67974b commit c60c9e6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

core-httpclient-impl/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ org.gradle.daemon = true
1010
org.gradle.parallel = true
1111

1212
# Application Packages
13-
gsonVersion = 2.8.6
13+
gsonVersion = 2.10.1
1414
guavaVersion = 22.0
1515
hamcrestVersion = 1.3
16-
jacksonVersion = 2.11.2
16+
jacksonVersion = 2.15.2
1717
jsonVersion = 20190722
1818
jsonSimpleVersion = 1.1.1
1919
logbackVersion = 1.2.3
2020
slf4jVersion = 1.7.30
21+
httpClientVersion = 4.5.14
2122

2223
# Style Packages
2324
findbugsAnnotationVersion = 3.0.1

java-quickstart/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies {
44
compile project(':core-api')
55
compile project(':core-httpclient-impl')
66

7-
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
8-
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
9-
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
7+
compile group: 'com.google.code.gson', name: 'gson', version: gsonVersion
8+
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: httpClientVersion
9+
compile group: 'org.slf4j', name: 'slf4j-simple', version: slf4jVersion
1010

1111
testCompile group: 'junit', name: 'junit', version: '4.12'
1212
}

0 commit comments

Comments
 (0)