From be7de068852826d298b5f9e2b49afb4d52b72ca3 Mon Sep 17 00:00:00 2001 From: "FOLIO3PK\\muhammadnoman" Date: Wed, 9 Sep 2020 18:23:54 +0500 Subject: [PATCH] Updated slf4j version to latest released version Updated org.apache.httpcomponents to latest released version --- core-httpclient-impl/gradle.properties | 2 +- gradle.properties | 2 +- java-quickstart/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core-httpclient-impl/gradle.properties b/core-httpclient-impl/gradle.properties index 01204199a..e02f2c2d8 100644 --- a/core-httpclient-impl/gradle.properties +++ b/core-httpclient-impl/gradle.properties @@ -1 +1 @@ -httpClientVersion = 4.5.6 +httpClientVersion = 4.5.12 diff --git a/gradle.properties b/gradle.properties index 373aabdc1..bf269fc7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ jacksonVersion = 2.9.8 jsonVersion = 20160212 jsonSimpleVersion = 1.1.1 logbackVersion = 1.1.5 -slf4jVersion = 1.7.25 +slf4jVersion = 1.7.30 # Style Packages findbugsAnnotationVersion = 3.0.1 diff --git a/java-quickstart/build.gradle b/java-quickstart/build.gradle index 1bedc6b79..faa76f87d 100644 --- a/java-quickstart/build.gradle +++ b/java-quickstart/build.gradle @@ -4,7 +4,7 @@ dependencies { compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5' compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.2' - compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25' + compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.30' testCompile group: 'junit', name: 'junit', version: '4.12' }