We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1712 commit c59e192Copy full SHA for c59e192
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlinVersion = '1.1.2-3'
+ ext.kotlinVersion = '1.1.2-4'
3
repositories {
4
maven { url "https://repo.spring.io/plugins-release" }
5
}
@@ -94,7 +94,7 @@ configure(allprojects) { project ->
94
ext.tiles3Version = "3.0.7"
95
ext.tomcatVersion = "8.5.15"
96
ext.tyrusVersion = "1.13.1"
97
- ext.undertowVersion = "1.4.14.Final"
+ ext.undertowVersion = "1.4.15.Final"
98
ext.websocketVersion = "1.1"
99
ext.woodstoxVersion = "5.0.3"
100
ext.xmlunitVersion = "2.3.0"
0 commit comments