diff --git a/apache-fop/pom.xml b/apache-fop/pom.xml index 40dc03a7a1..c07732bef3 100644 --- a/apache-fop/pom.xml +++ b/apache-fop/pom.xml @@ -173,7 +173,7 @@ 3.2 2.6 - 2.18.1 + 2.19.1 2.7 1.4.12 diff --git a/core-java-8/pom.xml b/core-java-8/pom.xml index 016bc171d4..34292f61f3 100644 --- a/core-java-8/pom.xml +++ b/core-java-8/pom.xml @@ -116,7 +116,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 diff --git a/core-java/pom.xml b/core-java/pom.xml index 33ce787acb..306f50ee62 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -174,7 +174,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.14 diff --git a/gson/pom.xml b/gson/pom.xml index edf3e03669..6474acab12 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -143,7 +143,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.14 diff --git a/guava/pom.xml b/guava/pom.xml index 08ee0640f7..b7d6b8feb3 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -121,7 +121,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.14 diff --git a/handling-spring-static-resources/pom.xml b/handling-spring-static-resources/pom.xml index b7c5d9dbe0..2be74fc270 100644 --- a/handling-spring-static-resources/pom.xml +++ b/handling-spring-static-resources/pom.xml @@ -215,7 +215,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 1.4.14 diff --git a/httpclient/pom.xml b/httpclient/pom.xml index affe4f4777..ab09c8e543 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -176,7 +176,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.14 diff --git a/jackson/pom.xml b/jackson/pom.xml index 911e0b4168..fb1a30985a 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -162,7 +162,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.14 diff --git a/mockito/pom.xml b/mockito/pom.xml index e7951df787..0d2e7e5709 100644 --- a/mockito/pom.xml +++ b/mockito/pom.xml @@ -115,7 +115,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.14 diff --git a/pom.xml b/pom.xml index 1bf6edfb4f..14823c0f63 100644 --- a/pom.xml +++ b/pom.xml @@ -26,10 +26,45 @@ querydsl rest-testing - + resteasy + + spring-all + spring-apache-camel + spring-batch + spring-boot + spring-data-cassandra + spring-data-elasticsearch + spring-data-mongodb + spring-data-redis + spring-exceptions + spring-freemarker + spring-hibernate3 + spring-hibernate4 + spring-jpa + spring-katharsis + spring-mockito + spring-mvc-java + spring-mvc-no-xml + spring-mvc-xml + spring-openid + spring-quartz + spring-rest + + spring-security-basic-auth + spring-security-mvc-custom + spring-security-mvc-digest-auth + spring-security-mvc-ldap + spring-security-mvc-login + spring-security-mvc-persisted-remember-me + spring-security-mvc-session + spring-security-rest + spring-security-rest-basic-auth + spring-security-rest-custom + spring-security-rest-digest-auth + spring-security-rest-full + spring-thymeleaf + spring-zuul - - \ No newline at end of file diff --git a/rest-testing/pom.xml b/rest-testing/pom.xml index 907ac0fd08..2c743e3af7 100644 --- a/rest-testing/pom.xml +++ b/rest-testing/pom.xml @@ -164,7 +164,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.14 diff --git a/spring-all/pom.xml b/spring-all/pom.xml index 10cfc9fa2f..30e5144b55 100644 --- a/spring-all/pom.xml +++ b/spring-all/pom.xml @@ -217,8 +217,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 3.20.0-GA 1.2 @@ -250,7 +250,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index f60090cdfd..e5f8779942 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 4.2.3.RELEASE + 4.2.5.RELEASE 1.3.2.RELEASE diff --git a/spring-data-elasticsearch/pom.xml b/spring-data-elasticsearch/pom.xml index f1179bd445..27fb521dbc 100644 --- a/spring-data-elasticsearch/pom.xml +++ b/spring-data-elasticsearch/pom.xml @@ -11,8 +11,10 @@ UTF-8 - 1.3.2.RELEASE - 4.2.2.RELEASE + + 1.3.2.RELEASE + 4.2.5.RELEASE + 4.11 1.7.12 1.1.3 diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index a92831d65b..21a4fd21f4 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -118,7 +118,7 @@ UTF-8 - 4.2.4.RELEASE + 4.2.5.RELEASE 1.7.1.RELEASE diff --git a/spring-exceptions/pom.xml b/spring-exceptions/pom.xml index fd09a929bb..5810c8a3ff 100644 --- a/spring-exceptions/pom.xml +++ b/spring-exceptions/pom.xml @@ -203,8 +203,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 3.20.0-GA 1.2 @@ -238,7 +238,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-hibernate3/pom.xml b/spring-hibernate3/pom.xml index 589ca80886..f55bde3a2d 100644 --- a/spring-hibernate3/pom.xml +++ b/spring-hibernate3/pom.xml @@ -162,8 +162,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 3.20.0-GA @@ -194,7 +194,7 @@ 3.3 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-hibernate4/pom.xml b/spring-hibernate4/pom.xml index 652636b7cc..7f921fe446 100644 --- a/spring-hibernate4/pom.xml +++ b/spring-hibernate4/pom.xml @@ -213,8 +213,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 1.9.2.RELEASE 3.20.0-GA @@ -249,7 +249,7 @@ 3.3 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-jpa/pom.xml b/spring-jpa/pom.xml index 70255c7a5f..0c7fb6095e 100644 --- a/spring-jpa/pom.xml +++ b/spring-jpa/pom.xml @@ -179,8 +179,7 @@ - 4.2.4.RELEASE - 4.0.2.RELEASE + 4.2.5.RELEASE 3.20.0-GA @@ -211,7 +210,7 @@ 3.3 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-mvc-java/pom.xml b/spring-mvc-java/pom.xml index b699fd4526..e3703ded38 100644 --- a/spring-mvc-java/pom.xml +++ b/spring-mvc-java/pom.xml @@ -172,8 +172,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 2.1.4.RELEASE 4.3.11.Final @@ -196,7 +196,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.17 diff --git a/spring-mvc-no-xml/pom.xml b/spring-mvc-no-xml/pom.xml index 47f010d05f..1a51ec61b4 100644 --- a/spring-mvc-no-xml/pom.xml +++ b/spring-mvc-no-xml/pom.xml @@ -144,7 +144,7 @@ - 4.2.4.RELEASE + 4.2.5.RELEASE 1.7.13 @@ -163,7 +163,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-mvc-xml/pom.xml b/spring-mvc-xml/pom.xml index 75efdca423..f6b0b3fe3e 100644 --- a/spring-mvc-xml/pom.xml +++ b/spring-mvc-xml/pom.xml @@ -146,7 +146,7 @@ - 4.2.4.RELEASE + 4.2.5.RELEASE 1.7.13 @@ -165,7 +165,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-rest/pom.xml b/spring-rest/pom.xml index 118c544fae..b32d89df5b 100644 --- a/spring-rest/pom.xml +++ b/spring-rest/pom.xml @@ -226,7 +226,7 @@ - 4.0.3.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -234,7 +234,7 @@ - 2.5.5 + 2.7.2 5.2.2.Final @@ -260,7 +260,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 1.4.15 diff --git a/spring-security-basic-auth/pom.xml b/spring-security-basic-auth/pom.xml index bbcb93a484..d41aed11ed 100644 --- a/spring-security-basic-auth/pom.xml +++ b/spring-security-basic-auth/pom.xml @@ -225,8 +225,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -258,7 +258,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-security-mvc-custom/pom.xml b/spring-security-mvc-custom/pom.xml index d53cd51764..8faf6f43fb 100644 --- a/spring-security-mvc-custom/pom.xml +++ b/spring-security-mvc-custom/pom.xml @@ -230,8 +230,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -263,7 +263,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-security-mvc-digest-auth/pom.xml b/spring-security-mvc-digest-auth/pom.xml index 8490a67314..374443e989 100644 --- a/spring-security-mvc-digest-auth/pom.xml +++ b/spring-security-mvc-digest-auth/pom.xml @@ -225,8 +225,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -258,7 +258,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-security-mvc-login/pom.xml b/spring-security-mvc-login/pom.xml index d369d90bc9..47caf11a90 100644 --- a/spring-security-mvc-login/pom.xml +++ b/spring-security-mvc-login/pom.xml @@ -222,8 +222,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -255,7 +255,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-security-mvc-persisted-remember-me/pom.xml b/spring-security-mvc-persisted-remember-me/pom.xml index b01b07d150..7323a63bca 100644 --- a/spring-security-mvc-persisted-remember-me/pom.xml +++ b/spring-security-mvc-persisted-remember-me/pom.xml @@ -260,8 +260,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -296,7 +296,7 @@ 3.3 2.5 - 2.18.1 + 2.19.1 2.7 1.4.11 diff --git a/spring-security-mvc-session/pom.xml b/spring-security-mvc-session/pom.xml index 5898d48934..e81a2f7778 100644 --- a/spring-security-mvc-session/pom.xml +++ b/spring-security-mvc-session/pom.xml @@ -230,8 +230,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -264,7 +264,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 2.7 1.4.15 diff --git a/spring-security-rest-basic-auth/pom.xml b/spring-security-rest-basic-auth/pom.xml index a8ce5be2c6..108f14a301 100644 --- a/spring-security-rest-basic-auth/pom.xml +++ b/spring-security-rest-basic-auth/pom.xml @@ -287,8 +287,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final diff --git a/spring-security-rest-custom/pom.xml b/spring-security-rest-custom/pom.xml index 18342df607..6685f34f10 100644 --- a/spring-security-rest-custom/pom.xml +++ b/spring-security-rest-custom/pom.xml @@ -254,8 +254,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -285,7 +285,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 1.4.15 diff --git a/spring-security-rest-digest-auth/pom.xml b/spring-security-rest-digest-auth/pom.xml index 44d10b15e3..cf46fb8dda 100644 --- a/spring-security-rest-digest-auth/pom.xml +++ b/spring-security-rest-digest-auth/pom.xml @@ -274,8 +274,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -290,7 +290,7 @@ 1.1.3 - 2.5.5 + 2.7.2 5.2.2.Final diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml index ae02738ff5..d31d2396b6 100644 --- a/spring-security-rest-full/pom.xml +++ b/spring-security-rest-full/pom.xml @@ -427,8 +427,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -439,7 +439,7 @@ 3.6.2 - 2.5.5 + 2.7.2 1.4.01 @@ -467,7 +467,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 1.4.15 1.1.3 diff --git a/spring-security-rest/pom.xml b/spring-security-rest/pom.xml index e8cb433102..198f54fdf6 100644 --- a/spring-security-rest/pom.xml +++ b/spring-security-rest/pom.xml @@ -283,8 +283,8 @@ - 4.2.4.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE 4.3.11.Final @@ -324,7 +324,7 @@ 3.3 2.6 - 2.18.1 + 2.19.1 1.4.15 diff --git a/spring-thymeleaf/pom.xml b/spring-thymeleaf/pom.xml index 16e6849f93..0302638c8d 100644 --- a/spring-thymeleaf/pom.xml +++ b/spring-thymeleaf/pom.xml @@ -18,12 +18,14 @@ 1.1.0.Final 5.1.2.Final + 3.3 2.6 - 2.18.1 + 2.19.1 1.4.15 + diff --git a/spring-zuul/pom.xml b/spring-zuul/pom.xml index 96085182b6..f9d191d9ac 100644 --- a/spring-zuul/pom.xml +++ b/spring-zuul/pom.xml @@ -65,12 +65,12 @@ - 4.2.2.RELEASE - 4.0.3.RELEASE + 4.2.5.RELEASE + 4.0.4.RELEASE - 2.5.1 + 2.7.2 1.7.12