Skip to content

Commit 94efbe2

Browse files
committed
Latest dependency updates (OkHttp 3.8, Protobuf 3.3.1, Rome 1.7.3, Tomcat 8.5.15)
1 parent 9e3f4cc commit 94efbe2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ configure(allprojects) { project ->
7777
ext.log4jVersion = '2.8.2'
7878
ext.nettyVersion = "4.1.11.Final"
7979
ext.niomultipartVersion = "1.0.2"
80-
ext.okhttp3Version = "3.7.0"
80+
ext.okhttp3Version = "3.8.0"
8181
ext.poiVersion = "3.16"
82-
ext.protobufVersion = "3.3.0"
82+
ext.protobufVersion = "3.3.1"
8383
ext.quartzVersion = "2.3.0"
8484
ext.reactorVersion = "Bismuth-M1"
85-
ext.romeVersion = "1.7.2"
85+
ext.romeVersion = "1.7.3"
8686
ext.rxjavaVersion = '1.3.0'
8787
ext.rxjavaAdapterVersion = '1.2.1'
8888
ext.rxjava2Version = '2.1.0'
@@ -92,7 +92,7 @@ configure(allprojects) { project ->
9292
ext.snakeyamlVersion = "1.18"
9393
ext.testngVersion = "6.11"
9494
ext.tiles3Version = "3.0.7"
95-
ext.tomcatVersion = "8.5.14"
95+
ext.tomcatVersion = "8.5.15"
9696
ext.tyrusVersion = "1.13.1"
9797
ext.undertowVersion = "1.4.14.Final"
9898
ext.websocketVersion = "1.1"

0 commit comments

Comments
 (0)