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 5bfa82d commit ce315b2Copy full SHA for ce315b2
build.gradle
@@ -47,12 +47,12 @@ configure(allprojects) { project ->
47
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
48
ext.protobufVersion = "2.6.1"
49
ext.reactorVersion = "1.1.6.RELEASE"
50
- ext.slf4jVersion = "1.7.12"
+ ext.slf4jVersion = "1.7.13"
51
ext.snakeYamlVersion = "1.16"
52
ext.snifferVersion = "1.11"
53
ext.tiles2Version = "2.2.2"
54
ext.tiles3Version = "3.0.5"
55
- ext.tomcatVersion = "8.0.28"
+ ext.tomcatVersion = "8.0.29"
56
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
57
ext.undertowVersion = "1.1.9.Final"
58
ext.woodstoxVersion = "4.4.1"
0 commit comments