[libspring-java] 12/13: Updated the Maven poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 3 17:51:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libspring-java.

commit d307636da2bd25e45fd192391f7e4d5464b7bb2e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Aug 2 12:06:21 2016 +0200

    Updated the Maven poms
---
 debian/changelog                             |  1 +
 debian/poms/spring-aop.pom.xml               | 23 ++++++----
 debian/poms/spring-aspects.pom.xml           | 31 ++++++++------
 debian/poms/spring-beans.pom.xml             | 16 +++----
 debian/poms/spring-context-support.pom.xml   | 32 +++++++-------
 debian/poms/spring-context.pom.xml           | 35 +++++++++------
 debian/poms/spring-core.pom.xml              | 12 +++---
 debian/poms/spring-expression.pom.xml        | 12 +++---
 debian/poms/spring-framework-bom.pom.xml     | 50 +++++++++++-----------
 debian/poms/spring-instrument-tomcat.pom.xml | 10 ++---
 debian/poms/spring-instrument.pom.xml        | 10 ++---
 debian/poms/spring-jdbc.pom.xml              | 28 ++++++------
 debian/poms/spring-jms.pom.xml               | 26 +++++------
 debian/poms/spring-messaging.pom.xml         | 64 +++++++++++++++++-----------
 debian/poms/spring-orm.pom.xml               | 49 +++++++++++++++------
 debian/poms/spring-oxm.pom.xml               | 18 ++++----
 debian/poms/spring-test.pom.xml              | 50 ++++++++++++++--------
 debian/poms/spring-tx.pom.xml                | 18 ++++----
 debian/poms/spring-web.pom.xml               | 56 +++++++++++++++---------
 debian/poms/spring-webmvc-portlet.pom.xml    | 22 +++++-----
 debian/poms/spring-webmvc.pom.xml            | 50 ++++++++++++++--------
 21 files changed, 356 insertions(+), 257 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7955687..d586ed2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libspring-java (4.2.7-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Updated the Maven poms
     - Disabled the Money API support for spring-context (not in Debian)
     - Disabled the Hibernate 5 support in spring-orm (not in Debian)
     - Disabled the OkHttp support in spring-web (not in Debian)
diff --git a/debian/poms/spring-aop.pom.xml b/debian/poms/spring-aop.pom.xml
index ced24ee..c09df4f 100644
--- a/debian/poms/spring-aop.pom.xml
+++ b/debian/poms/spring-aop.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-aop</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring AOP</name>
   <description>Spring AOP</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>aopalliance</groupId>
@@ -57,22 +57,29 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-pool2</artifactId>
+      <version>2.4.2</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjweaver</artifactId>
-      <version>1.8.7</version>
+      <version>1.8.9</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-aspects.pom.xml b/debian/poms/spring-aspects.pom.xml
index 19bee9e..7fd1d88 100644
--- a/debian/poms/spring-aspects.pom.xml
+++ b/debian/poms/spring-aspects.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-aspects</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Aspects</name>
   <description>Spring Aspects</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>javax.cache</groupId>
@@ -44,50 +44,57 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>javax.transaction-api</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjweaver</artifactId>
-      <version>1.8.7</version>
+      <version>1.8.9</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-beans.pom.xml b/debian/poms/spring-beans.pom.xml
index 97f8ab8..edfba35 100644
--- a/debian/poms/spring-beans.pom.xml
+++ b/debian/poms/spring-beans.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-beans</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Beans</name>
   <description>Spring Beans</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>javax.el</groupId>
@@ -53,20 +53,20 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>2.3.11</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.16</version>
+      <version>1.17</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-context-support.pom.xml b/debian/poms/spring-context-support.pom.xml
index 09688bf..c6d5f9e 100644
--- a/debian/poms/spring-context-support.pom.xml
+++ b/debian/poms/spring-context-support.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-context-support</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Context Support</name>
   <description>Spring Context Support</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,20 +26,20 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>18.0</version>
+      <version>19.0</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -60,21 +60,21 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>javax.mail-api</artifactId>
-      <version>1.5.2</version>
+      <version>1.5.5</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.9.1</version>
+      <version>2.10.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>net.sf.jasperreports</groupId>
       <artifactId>jasperreports</artifactId>
-      <version>6.0.4</version>
+      <version>6.2.1</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -121,46 +121,46 @@
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
-      <version>2.3.22</version>
+      <version>2.3.23</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.quartz-scheduler</groupId>
       <artifactId>quartz</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.3</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-context.pom.xml b/debian/poms/spring-context.pom.xml
index 29f8f8c..b8d258e 100644
--- a/debian/poms/spring-context.pom.xml
+++ b/debian/poms/spring-context.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-context</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Context</name>
   <description>Spring Context</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>javax.ejb</groupId>
@@ -58,6 +58,13 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>javax.money</groupId>
+      <artifactId>money-api</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>javax.validation</groupId>
       <artifactId>validation-api</artifactId>
       <version>1.0.0.GA</version>
@@ -67,14 +74,14 @@
     <dependency>
       <groupId>joda-time</groupId>
       <artifactId>joda-time</artifactId>
-      <version>2.8.2</version>
+      <version>2.9.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjweaver</artifactId>
-      <version>1.8.7</version>
+      <version>1.8.9</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -88,7 +95,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>2.3.11</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -109,38 +116,38 @@
     <dependency>
       <groupId>org.jruby</groupId>
       <artifactId>jruby</artifactId>
-      <version>1.7.22</version>
+      <version>1.7.25</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-instrument</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-core.pom.xml b/debian/poms/spring-core.pom.xml
index 9b3e95a..de656b3 100644
--- a/debian/poms/spring-core.pom.xml
+++ b/debian/poms/spring-core.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-core</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Core</name>
   <description>Spring Core</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>commons-codec</groupId>
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjweaver</artifactId>
-      <version>1.8.7</version>
+      <version>1.8.9</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-expression.pom.xml b/debian/poms/spring-expression.pom.xml
index 03fe336..6db6fb4 100644
--- a/debian/poms/spring-expression.pom.xml
+++ b/debian/poms/spring-expression.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-expression</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Expression Language (SpEL)</name>
   <description>Spring Expression Language (SpEL)</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,20 +26,20 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-framework-bom.pom.xml b/debian/poms/spring-framework-bom.pom.xml
index 399a0f1..e4752b5 100644
--- a/debian/poms/spring-framework-bom.pom.xml
+++ b/debian/poms/spring-framework-bom.pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-framework-bom</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <packaging>pom</packaging>
   <name>Spring Framework (Bill of Materials)</name>
   <description>Spring Framework (Bill of Materials)</description>
@@ -26,116 +26,116 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aop</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aspects</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context-support</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-expression</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-instrument</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-instrument-tomcat</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-jdbc</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-jms</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-messaging</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-orm</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-oxm</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-tx</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc-portlet</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-websocket</artifactId>
-        <version>4.1.9.RELEASE</version>
+        <version>4.2.7.RELEASE</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/debian/poms/spring-instrument-tomcat.pom.xml b/debian/poms/spring-instrument-tomcat.pom.xml
index 8945e3b..6a2daf4 100644
--- a/debian/poms/spring-instrument-tomcat.pom.xml
+++ b/debian/poms/spring-instrument-tomcat.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-instrument-tomcat</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Instrument Tomcat</name>
   <description>Spring Instrument Tomcat</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>
diff --git a/debian/poms/spring-instrument.pom.xml b/debian/poms/spring-instrument.pom.xml
index 9bdf1a7..23d2fe2 100644
--- a/debian/poms/spring-instrument.pom.xml
+++ b/debian/poms/spring-instrument.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-instrument</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Instrument</name>
   <description>Spring Instrument</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,13 +26,13 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
 </project>
diff --git a/debian/poms/spring-jdbc.pom.xml b/debian/poms/spring-jdbc.pom.xml
index 908effc..78cd17c 100644
--- a/debian/poms/spring-jdbc.pom.xml
+++ b/debian/poms/spring-jdbc.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-jdbc</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring JDBC</name>
   <description>Spring JDBC</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,27 +26,27 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.190</version>
+      <version>1.4.192</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.mchange</groupId>
       <artifactId>c3p0</artifactId>
-      <version>0.9.5.1</version>
+      <version>0.9.5.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -60,47 +60,47 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.11.1.1</version>
+      <version>10.12.1.1</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derbyclient</artifactId>
-      <version>10.11.1.1</version>
+      <version>10.12.1.1</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>2.3.3</version>
+      <version>2.3.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-jms.pom.xml b/debian/poms/spring-jms.pom.xml
index 4e7498e..401ced5 100644
--- a/debian/poms/spring-jms.pom.xml
+++ b/debian/poms/spring-jms.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-jms</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring JMS</name>
   <description>Spring JMS</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>aopalliance</groupId>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.4.6</version>
+      <version>2.6.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -67,44 +67,44 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-messaging</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-oxm</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/spring-messaging.pom.xml b/debian/poms/spring-messaging.pom.xml
index fc45429..b5e7ea9 100644
--- a/debian/poms/spring-messaging.pom.xml
+++ b/debian/poms/spring-messaging.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-messaging</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Messaging</name>
   <description>Spring Messaging</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,59 +26,66 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.4.6</version>
+      <version>2.6.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.eclipse.jetty.websocket</groupId>
-      <artifactId>websocket-client</artifactId>
-      <version>9.2.14.v20151106</version>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-all</artifactId>
+      <version>4.0.37.Final</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.eclipse.jetty.websocket</groupId>
-      <artifactId>websocket-server</artifactId>
-      <version>9.2.14.v20151106</version>
+      <groupId>io.projectreactor</groupId>
+      <artifactId>reactor-core</artifactId>
+      <version>2.0.8.RELEASE</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>io.projectreactor</groupId>
+      <artifactId>reactor-net</artifactId>
+      <version>2.0.8.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
-          <artifactId>javax.servlet-api</artifactId>
-          <groupId>javax.servlet</groupId>
+          <artifactId>netty-all</artifactId>
+          <groupId>io.netty</groupId>
         </exclusion>
       </exclusions>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.projectreactor</groupId>
-      <artifactId>reactor-core</artifactId>
-      <version>1.1.6.RELEASE</version>
+      <groupId>org.eclipse.jetty.websocket</groupId>
+      <artifactId>websocket-client</artifactId>
+      <version>9.3.9.v20160517</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.projectreactor</groupId>
-      <artifactId>reactor-net</artifactId>
-      <version>1.1.6.RELEASE</version>
+      <groupId>org.eclipse.jetty.websocket</groupId>
+      <artifactId>websocket-server</artifactId>
+      <version>9.3.9.v20160517</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
-          <artifactId>netty-all</artifactId>
-          <groupId>io.netty</groupId>
+          <artifactId>javax.servlet-api</artifactId>
+          <groupId>javax.servlet</groupId>
         </exclusion>
       </exclusions>
       <optional>true</optional>
@@ -86,20 +93,27 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-oxm</artifactId>
+      <version>4.2.7.RELEASE</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/spring-orm.pom.xml b/debian/poms/spring-orm.pom.xml
index b1d9364..fcd4507 100644
--- a/debian/poms/spring-orm.pom.xml
+++ b/debian/poms/spring-orm.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-orm</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Object/Relational Mapping</name>
   <description>Spring Object/Relational Mapping</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>aopalliance</groupId>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>javax.jdo</groupId>
       <artifactId>jdo-api</artifactId>
-      <version>3.0.1</version>
+      <version>3.1</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -64,9 +64,16 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>javax.transaction-api</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.apache.openjpa</groupId>
       <artifactId>openjpa</artifactId>
-      <version>2.2.2</version>
+      <version>2.4.1</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -141,6 +148,20 @@
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+      <version>5.0.9.Final</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-entitymanager</artifactId>
+      <version>5.0.9.Final</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
       <version>4.3.11.Final</version>
       <scope>compile</scope>
@@ -162,45 +183,45 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-oxm.pom.xml b/debian/poms/spring-oxm.pom.xml
index 0b053e9..53ecdd6 100644
--- a/debian/poms/spring-oxm.pom.xml
+++ b/debian/poms/spring-oxm.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-oxm</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Object/XML Marshalling</name>
   <description>Spring Object/XML Marshalling</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,20 +26,20 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.7</version>
+      <version>1.4.9</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>org.codehaus.castor</groupId>
       <artifactId>castor-xml</artifactId>
-      <version>1.3.3</version>
+      <version>1.4.1</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -93,13 +93,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-test.pom.xml b/debian/poms/spring-test.pom.xml
index 64314e0..8bf15bf 100644
--- a/debian/poms/spring-test.pom.xml
+++ b/debian/poms/spring-test.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-test</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring TestContext Framework</name>
   <description>Spring TestContext Framework</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,20 +26,20 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>com.jayway.jsonpath</groupId>
       <artifactId>json-path</artifactId>
-      <version>1.2.0</version>
+      <version>2.1.0</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -93,6 +93,13 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>net.sourceforge.htmlunit</groupId>
+      <artifactId>htmlunit</artifactId>
+      <version>2.19</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.apache.taglibs</groupId>
       <artifactId>taglibs-standard-jstlel</artifactId>
       <version>1.2.1</version>
@@ -108,14 +115,14 @@
     <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjweaver</artifactId>
-      <version>1.8.7</version>
+      <version>1.8.9</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>2.3.11</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -127,6 +134,13 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.seleniumhq.selenium</groupId>
+      <artifactId>selenium-htmlunit-driver</artifactId>
+      <version>2.48.2</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.skyscreamer</groupId>
       <artifactId>jsonassert</artifactId>
       <version>1.2.3</version>
@@ -136,69 +150,69 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc-portlet</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
-      <version>6.8.8</version>
+      <version>6.9.10</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-tx.pom.xml b/debian/poms/spring-tx.pom.xml
index 3e2941e..62090d6 100644
--- a/debian/poms/spring-tx.pom.xml
+++ b/debian/poms/spring-tx.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-tx</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Transaction</name>
   <description>Spring Transaction</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>aopalliance</groupId>
@@ -74,27 +74,27 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-web.pom.xml b/debian/poms/spring-web.pom.xml
index 555447f..6b779f5 100644
--- a/debian/poms/spring-web.pom.xml
+++ b/debian/poms/spring-web.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-web</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Web</name>
   <description>Spring Web</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,15 +26,15 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>aopalliance</groupId>
@@ -53,21 +53,21 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.4.6</version>
+      <version>2.6.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-xml</artifactId>
-      <version>2.4.6</version>
+      <version>2.6.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.3.1</version>
+      <version>2.6.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -93,16 +93,23 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>com.squareup.okhttp</groupId>
+      <artifactId>okhttp</artifactId>
+      <version>2.7.5</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
-      <version>4.0.33.Final</version>
+      <version>4.0.37.Final</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -123,7 +130,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>javax.mail-api</artifactId>
-      <version>1.5.2</version>
+      <version>1.5.5</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -142,6 +149,13 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>javax.validation</groupId>
+      <artifactId>validation-api</artifactId>
+      <version>1.0.0.GA</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.17</version>
@@ -151,28 +165,28 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpasyncclient</artifactId>
-      <version>4.0.2</version>
+      <version>4.1.1</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.3.6</version>
+      <version>4.5.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>2.3.11</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>
-      <version>9.2.14.v20151106</version>
+      <version>9.3.9.v20160517</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -185,7 +199,7 @@
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-servlet</artifactId>
-      <version>9.2.14.v20151106</version>
+      <version>9.3.9.v20160517</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -198,31 +212,31 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-oxm</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-webmvc-portlet.pom.xml b/debian/poms/spring-webmvc-portlet.pom.xml
index a96c1ff..c53911d 100644
--- a/debian/poms/spring-webmvc-portlet.pom.xml
+++ b/debian/poms/spring-webmvc-portlet.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-webmvc-portlet</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Web Portlet</name>
   <description>Spring Web Portlet</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,51 +26,51 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/spring-webmvc.pom.xml b/debian/poms/spring-webmvc.pom.xml
index 4818b51..3478e78 100644
--- a/debian/poms/spring-webmvc.pom.xml
+++ b/debian/poms/spring-webmvc.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-webmvc</artifactId>
-  <version>4.1.9.RELEASE</version>
+  <version>4.2.7.RELEASE</version>
   <name>Spring Web MVC</name>
   <description>Spring Web MVC</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -26,27 +26,27 @@
       <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://jira.springsource.org/browse/SPR</url>
-  </issueManagement>
   <scm>
     <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
     <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
     <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.4.6</version>
+      <version>2.6.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-xml</artifactId>
-      <version>2.4.6</version>
+      <version>2.6.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -88,7 +88,7 @@
     <dependency>
       <groupId>net.sf.jasperreports</groupId>
       <artifactId>jasperreports</artifactId>
-      <version>6.0.4</version>
+      <version>6.2.1</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -128,7 +128,14 @@
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
-      <version>3.11</version>
+      <version>3.13</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+      <version>3.13</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -298,62 +305,69 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>2.3.11</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
-      <version>2.3.22</version>
+      <version>2.3.23</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-oxm</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.9.RELEASE</version>
+      <version>4.2.7.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
+      <groupId>org.webjars</groupId>
+      <artifactId>webjars-locator</artifactId>
+      <version>0.32</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>velocity-tools</groupId>
       <artifactId>velocity-tools-view</artifactId>
       <version>1.4</version>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git



More information about the pkg-java-commits mailing list