From cde973c40d5cde1985dd7e8c92173ac9989365f2 Mon Sep 17 00:00:00 2001 From: Patrick Shih Date: Wed, 8 Aug 2018 13:56:35 -0700 Subject: [PATCH 1/4] update versions --- core-httpclient-impl/gradle.properties | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core-httpclient-impl/gradle.properties b/core-httpclient-impl/gradle.properties index db89b1cbc..01204199a 100644 --- a/core-httpclient-impl/gradle.properties +++ b/core-httpclient-impl/gradle.properties @@ -1 +1 @@ -httpClientVersion = 4.5.2 +httpClientVersion = 4.5.6 diff --git a/gradle.properties b/gradle.properties index f5ac305dc..00b202f92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,14 +13,14 @@ org.gradle.parallel = true gsonVersion = 2.6.1 guavaVersion = 19.0 hamcrestVersion = 1.3 -jacksonVersion = 2.7.1 +jacksonVersion = 2.9.6 jsonVersion = 20160212 jsonSimpleVersion = 1.1.1 logbackVersion = 1.1.5 -slf4jVersion = 1.7.16 +slf4jVersion = 1.8.0-beta2 # Style Packages -findbugsVersion = 3.0.1 +findbugsVersion = 3.0.2 # Test Packages junitVersion = 4.12 From 298446984f15f76263f4c23be0c64d4b6b03bf21 Mon Sep 17 00:00:00 2001 From: Patrick Shih Date: Wed, 8 Aug 2018 15:16:43 -0700 Subject: [PATCH 2/4] reset findbugsversion dependency --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 00b202f92..df396e535 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ logbackVersion = 1.1.5 slf4jVersion = 1.8.0-beta2 # Style Packages -findbugsVersion = 3.0.2 +findbugsVersion = 3.0.1 # Test Packages junitVersion = 4.12 From 30448ab928f02e078646b8f10269656421624579 Mon Sep 17 00:00:00 2001 From: Patrick Shih Date: Wed, 8 Aug 2018 16:09:00 -0700 Subject: [PATCH 3/4] recommened source clear version --- core-httpclient-impl/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-httpclient-impl/gradle.properties b/core-httpclient-impl/gradle.properties index 01204199a..6af155b74 100644 --- a/core-httpclient-impl/gradle.properties +++ b/core-httpclient-impl/gradle.properties @@ -1 +1 @@ -httpClientVersion = 4.5.6 +httpClientVersion = 5.0-alpha3 From 7bb093ea3ff00b7ca88deb567d87b13bf6e67fcc Mon Sep 17 00:00:00 2001 From: Patrick Shih Date: Thu, 9 Aug 2018 14:28:57 -0700 Subject: [PATCH 4/4] updated versions, ran gradlew tests --- core-api/build.gradle | 4 ++-- core-httpclient-impl/gradle.properties | 2 +- gradle.properties | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/core-api/build.gradle b/core-api/build.gradle index cd1d1fa9e..9a966616f 100644 --- a/core-api/build.gradle +++ b/core-api/build.gradle @@ -2,8 +2,8 @@ dependencies { compile group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: jacksonVersion - compile group: 'com.google.code.findbugs', name: 'annotations', version: findbugsVersion - compile group: 'com.google.code.findbugs', name: 'jsr305', version: findbugsVersion + compile group: 'com.google.code.findbugs', name: 'annotations', version: findbugsAnnotationVersion + compile group: 'com.google.code.findbugs', name: 'jsr305', version: findbugsJsrVersion // an assortment of json parsers compileOnly group: 'com.google.code.gson', name: 'gson', version: gsonVersion, optional diff --git a/core-httpclient-impl/gradle.properties b/core-httpclient-impl/gradle.properties index 6af155b74..01204199a 100644 --- a/core-httpclient-impl/gradle.properties +++ b/core-httpclient-impl/gradle.properties @@ -1 +1 @@ -httpClientVersion = 5.0-alpha3 +httpClientVersion = 4.5.6 diff --git a/gradle.properties b/gradle.properties index df396e535..9f04aa943 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,10 +17,11 @@ jacksonVersion = 2.9.6 jsonVersion = 20160212 jsonSimpleVersion = 1.1.1 logbackVersion = 1.1.5 -slf4jVersion = 1.8.0-beta2 +slf4jVersion = 1.7.25 # Style Packages -findbugsVersion = 3.0.1 +findbugsAnnotationVersion = 3.0.1 +findbugsJsrVersion = 3.0.2 # Test Packages junitVersion = 4.12