Skip to content

Commit ce315b2

Browse files
committed
Upgrade to Tomcat 8.0.29 and SLF4J 1.7.13
1 parent 5bfa82d commit ce315b2

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
@@ -47,12 +47,12 @@ configure(allprojects) { project ->
4747
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
4848
ext.protobufVersion = "2.6.1"
4949
ext.reactorVersion = "1.1.6.RELEASE"
50-
ext.slf4jVersion = "1.7.12"
50+
ext.slf4jVersion = "1.7.13"
5151
ext.snakeYamlVersion = "1.16"
5252
ext.snifferVersion = "1.11"
5353
ext.tiles2Version = "2.2.2"
5454
ext.tiles3Version = "3.0.5"
55-
ext.tomcatVersion = "8.0.28"
55+
ext.tomcatVersion = "8.0.29"
5656
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
5757
ext.undertowVersion = "1.1.9.Final"
5858
ext.woodstoxVersion = "4.4.1"

0 commit comments

Comments
 (0)