Browse Source

Upgrade to Kotlin 1.1.2-4 (and Undertow 1.4.15)

pull/1423/merge
Juergen Hoeller 8 years ago
parent
commit
c59e192b0f
  1. 4
      build.gradle

4
build.gradle

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.1.2-3'
ext.kotlinVersion = '1.1.2-4'
repositories {
maven { url "https://repo.spring.io/plugins-release" }
}
@ -94,7 +94,7 @@ configure(allprojects) { project -> @@ -94,7 +94,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.7"
ext.tomcatVersion = "8.5.15"
ext.tyrusVersion = "1.13.1"
ext.undertowVersion = "1.4.14.Final"
ext.undertowVersion = "1.4.15.Final"
ext.websocketVersion = "1.1"
ext.woodstoxVersion = "5.0.3"
ext.xmlunitVersion = "2.3.0"

Loading…
Cancel
Save