diff --git a/flyway/pom.xml b/flyway/pom.xml index d53bc7dc41..155390b218 100644 --- a/flyway/pom.xml +++ b/flyway/pom.xml @@ -10,7 +10,7 @@ mysql mysql-connector-java - 6.0.3 + ${mysql.version} @@ -18,12 +18,12 @@ org.flywaydb flyway-maven-plugin - 4.0.3 + ${flyway-maven-plugin.version} org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + ${maven-compiler-plugin.version} 1.8 1.8 @@ -31,4 +31,9 @@ + + 6.0.5 + 4.0.3 + 3.6.0 + \ No newline at end of file diff --git a/handling-spring-static-resources/pom.xml b/handling-spring-static-resources/pom.xml index 6dd0c95026..9a14ce9372 100644 --- a/handling-spring-static-resources/pom.xml +++ b/handling-spring-static-resources/pom.xml @@ -91,14 +91,14 @@ javax.inject javax.inject - 1 + ${inject.version} javax.servlet javax.servlet-api - 3.1.0 + ${javax.servlet-api.version} javax.servlet.jsp @@ -108,7 +108,7 @@ javax.servlet jstl - 1.2 + ${jstl.version} com.fasterxml.jackson.core @@ -126,14 +126,14 @@ joda-time joda-time - 2.6 + ${joda-time.version} com.github.jknack handlebars - 1.3.2 + ${handlebars.version} @@ -175,7 +175,7 @@ net.alchim31.maven yuicompressor-maven-plugin - 1.5.1 + ${yuicompressor-maven-plugin.version} @@ -210,46 +210,29 @@ 1.8 - 4.2.5.RELEASE - 4.0.4.RELEASE + 4.3.4.RELEASE + 4.2.0.RELEASE - 1.8.1 - 2.3.2-b01 - - - 4.3.11.Final - 5.1.38 - 1.9.2.RELEASE + 1.8.9 + 2.3.2-b02 - 2.7.8 + 2.8.5 - 1.7.13 - 1.1.3 + 1.7.21 + 1.1.7 - - 5.2.2.Final - - - 19.0 - 3.4 - - - 1.3 - 4.12 - 1.10.19 - - 4.4.1 - 4.5 - - 2.9.0 + + 5.3.3.Final + 4.0.6 + 2.9.6 + 1.2 + 3.1.0 + 1 - 3.5.1 - 2.6 - 2.19.1 - 1.4.18 + 1.5.1 \ No newline at end of file diff --git a/handling-spring-static-resources/src/main/resources/webSecurityConfig.xml b/handling-spring-static-resources/src/main/resources/webSecurityConfig.xml index 76b5015e7b..cf944804db 100644 --- a/handling-spring-static-resources/src/main/resources/webSecurityConfig.xml +++ b/handling-spring-static-resources/src/main/resources/webSecurityConfig.xml @@ -2,10 +2,10 @@