From e35b63f813fa4b49b138cbb9d5b8abaf6138a8df Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 5 Jul 2017 00:19:38 +0200 Subject: [PATCH] Latest dependency updates (Kotlin 1.1.3-2, Undertow 1.4.18, JsonPath 2.3) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 7699be6cf85..d7e51658e26 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlinVersion = '1.1.3' + ext.kotlinVersion = '1.1.3-2' repositories { maven { url "https://repo.spring.io/plugins-release" } } @@ -96,7 +96,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.7" ext.tomcatVersion = "8.5.16" ext.tyrusVersion = "1.13.1" - ext.undertowVersion = "1.4.16.Final" + ext.undertowVersion = "1.4.18.Final" ext.websocketVersion = "1.1" ext.woodstoxVersion = "5.0.3" ext.xmlunitVersion = "2.3.0" @@ -1041,7 +1041,7 @@ project("spring-test") { exclude group: "io.netty", module: "netty" } optional("org.skyscreamer:jsonassert:${jsonassertVersion}") - optional("com.jayway.jsonpath:json-path:2.2.0") + optional("com.jayway.jsonpath:json-path:2.3.0") optional("org.reactivestreams:reactive-streams") optional("io.projectreactor:reactor-core") optional("io.projectreactor:reactor-test")