Skip to content

Commit f51b896

Browse files
committed
Latest dependency updates (OkHttp 3.6, Apache HttpClient 4.5.3, Log4J 2.8)
1 parent f2fa740 commit f51b896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configure(allprojects) { project ->
5454
ext.hibval5Version = "5.4.0.CR1"
5555
ext.hsqldbVersion = "2.3.4"
5656
ext.httpasyncVersion = "4.1.2"
57-
ext.httpclientVersion = "4.5.2"
57+
ext.httpclientVersion = "4.5.3"
5858
ext.interceptorApiVersion = "1.2"
5959
ext.jackson2Version = "2.8.6"
6060
ext.javamailVersion = "1.5.6"
@@ -72,10 +72,10 @@ configure(allprojects) { project ->
7272
ext.junitJupiterVersion = '5.0.0-M3'
7373
ext.junitPlatformVersion = '1.0.0-M3'
7474
ext.kotlinVersion = "1.1.0-beta-17" // also change kotlin-gradle-plugin version when upgrading
75-
ext.log4jVersion = '2.7'
75+
ext.log4jVersion = '2.8'
7676
ext.nettyVersion = "4.1.7.Final"
7777
ext.okhttpVersion = "2.7.5"
78-
ext.okhttp3Version = "3.5.0"
78+
ext.okhttp3Version = "3.6.0"
7979
ext.poiVersion = "3.15"
8080
ext.protobufVersion = "3.1.0"
8181
ext.quartzVersion = "2.2.3"

0 commit comments

Comments
 (0)