Skip to content

Commit c59e192

Browse files
committed
Upgrade to Kotlin 1.1.2-4 (and Undertow 1.4.15)
1 parent 34f1712 commit c59e192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.1.2-3'
2+
ext.kotlinVersion = '1.1.2-4'
33
repositories {
44
maven { url "https://repo.spring.io/plugins-release" }
55
}
@@ -94,7 +94,7 @@ configure(allprojects) { project ->
9494
ext.tiles3Version = "3.0.7"
9595
ext.tomcatVersion = "8.5.15"
9696
ext.tyrusVersion = "1.13.1"
97-
ext.undertowVersion = "1.4.14.Final"
97+
ext.undertowVersion = "1.4.15.Final"
9898
ext.websocketVersion = "1.1"
9999
ext.woodstoxVersion = "5.0.3"
100100
ext.xmlunitVersion = "2.3.0"

0 commit comments

Comments
 (0)