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 79e7ba7 commit 8f1f36dCopy full SHA for 8f1f36d
build.gradle
@@ -71,11 +71,11 @@ configure(allprojects) { project ->
71
ext.romeVersion = "1.7.4"
72
ext.slf4jVersion = "1.7.25"
73
ext.snakeyamlVersion = "1.17"
74
- ext.snifferVersion = "1.16"
+ ext.snifferVersion = "1.17"
75
ext.testngVersion = "6.9.10"
76
ext.tiles2Version = "2.2.2"
77
- ext.tiles3Version = "3.0.7"
78
- ext.tomcatVersion = "8.5.33"
+ ext.tiles3Version = "3.0.8"
+ ext.tomcatVersion = "8.5.34"
79
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
80
ext.undertowVersion = "1.3.33.Final"
81
ext.xmlunitVersion = "1.6"
0 commit comments