Skip to content

Commit 04765b6

Browse files
committed
Upgrade to OkHttp 3.9 and removal of superfluous spring-jcl reference
1 parent fd0132c commit 04765b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ configure(allprojects) { project ->
5858
ext.kotlinVersion = '1.1.4-3'
5959
ext.log4jVersion = '2.9.0'
6060
ext.nettyVersion = "4.1.15.Final"
61-
ext.okhttp3Version = "3.8.1"
61+
ext.okhttp3Version = "3.9.0"
6262
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
6363
ext.rxjavaVersion = '1.3.0'
6464
ext.rxjavaAdapterVersion = '1.2.1'
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
description = "Spring Expression Language (SpEL)"
22

33
dependencies {
4-
compile(project(":spring-jcl"))
54
compile(project(":spring-core"))
65
}

0 commit comments

Comments
 (0)