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 5e15e9c7fb0b85e51e7a9646a9c8cb791715ad30 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 23:07:07 2016 +0200 Updated the Maven poms --- debian/changelog | 1 + debian/poms/spring-aop.pom.xml | 12 ++----- debian/poms/spring-aspects.pom.xml | 14 ++++---- debian/poms/spring-beans.pom.xml | 4 +-- debian/poms/spring-context-support.pom.xml | 19 +++++++---- debian/poms/spring-context.pom.xml | 12 +++---- debian/poms/spring-core.pom.xml | 4 +-- debian/poms/spring-expression.pom.xml | 4 +-- debian/poms/spring-framework-bom.pom.xml | 42 +++++++++++------------ debian/poms/spring-instrument-tomcat.pom.xml | 2 +- debian/poms/spring-instrument.pom.xml | 2 +- debian/poms/spring-jdbc.pom.xml | 10 +++--- debian/poms/spring-jms.pom.xml | 25 +++++--------- debian/poms/spring-messaging.pom.xml | 18 +++++----- debian/poms/spring-orm.pom.xml | 32 +++++------------ debian/poms/spring-oxm.pom.xml | 6 ++-- debian/poms/spring-test.pom.xml | 51 ++++++++++++++++++++-------- debian/poms/spring-tx.pom.xml | 17 +++------- debian/poms/spring-web.pom.xml | 44 ++++++++++++------------ debian/poms/spring-webmvc-portlet.pom.xml | 12 +++---- debian/poms/spring-webmvc.pom.xml | 38 ++++++++++++++------- 21 files changed, 188 insertions(+), 181 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd9a701..93c5d35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libspring-java (4.3.2-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Updated the Maven poms -- Emmanuel Bourg <[email protected]> Wed, 03 Aug 2016 19:55:28 +0200 diff --git a/debian/poms/spring-aop.pom.xml b/debian/poms/spring-aop.pom.xml index c09df4f..f2e5f31 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring AOP</name> <description>Spring AOP</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -37,12 +37,6 @@ </issueManagement> <dependencies> <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>com.jamonapi</groupId> <artifactId>jamon</artifactId> <version>2.81</version> @@ -73,13 +67,13 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/debian/poms/spring-aspects.pom.xml b/debian/poms/spring-aspects.pom.xml index 7fd1d88..547126f 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Aspects</name> <description>Spring Aspects</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -59,42 +59,42 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.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 edfba35..73cfa59 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Beans</name> <description>Spring Beans</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -60,7 +60,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> diff --git a/debian/poms/spring-context-support.pom.xml b/debian/poms/spring-context-support.pom.xml index c6d5f9e..5013121 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Context Support</name> <description>Spring Context Support</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -37,6 +37,13 @@ </issueManagement> <dependencies> <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + <version>2.3.1</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>19.0</version> @@ -135,32 +142,32 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.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 b8d258e..2c31c42 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Context</name> <description>Spring Context</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -123,31 +123,31 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-instrument</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.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 de656b3..61d562a 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Core</name> <description>Spring Core</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -59,7 +59,7 @@ <dependency> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> - <version>4.9</version> + <version>5.0.2</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 6db6fb4..2b1fa83 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Expression Language (SpEL)</name> <description>Spring Expression Language (SpEL)</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -39,7 +39,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.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 e4752b5..cf84c6d 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <packaging>pom</packaging> <name>Spring Framework (Bill of Materials)</name> <description>Spring Framework (Bill of Materials)</description> @@ -40,102 +40,102 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-instrument</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-instrument-tomcat</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-messaging</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc-portlet</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-websocket</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> </dependency> </dependencies> </dependencyManagement> diff --git a/debian/poms/spring-instrument-tomcat.pom.xml b/debian/poms/spring-instrument-tomcat.pom.xml index 6a2daf4..b6435fe 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Instrument Tomcat</name> <description>Spring Instrument Tomcat</description> <url>https://github.com/spring-projects/spring-framework</url> diff --git a/debian/poms/spring-instrument.pom.xml b/debian/poms/spring-instrument.pom.xml index 23d2fe2..8840e38 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Instrument</name> <description>Spring Instrument</description> <url>https://github.com/spring-projects/spring-framework</url> diff --git a/debian/poms/spring-jdbc.pom.xml b/debian/poms/spring-jdbc.pom.xml index 78cd17c..a7e70c9 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring JDBC</name> <description>Spring JDBC</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -81,26 +81,26 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/debian/poms/spring-jms.pom.xml b/debian/poms/spring-jms.pom.xml index 401ced5..28aa9fc 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring JMS</name> <description>Spring JMS</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -37,16 +37,9 @@ </issueManagement> <dependencies> <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>compile</scope> - <optional>true</optional> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.6.7</version> + <version>2.8.1</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -67,44 +60,44 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-messaging</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> diff --git a/debian/poms/spring-messaging.pom.xml b/debian/poms/spring-messaging.pom.xml index b5e7ea9..540c928 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Messaging</name> <description>Spring Messaging</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -39,14 +39,14 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.6.7</version> + <version>2.8.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> - <version>4.0.37.Final</version> + <version>4.1.4.Final</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -73,14 +73,14 @@ <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-client</artifactId> - <version>9.3.9.v20160517</version> + <version>9.3.11.v20160721</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-server</artifactId> - <version>9.3.9.v20160517</version> + <version>9.3.11.v20160721</version> <scope>compile</scope> <exclusions> <exclusion> @@ -93,25 +93,25 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> diff --git a/debian/poms/spring-orm.pom.xml b/debian/poms/spring-orm.pom.xml index fcd4507..a8609f3 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Object/Relational Mapping</name> <description>Spring Object/Relational Mapping</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -37,13 +37,6 @@ </issueManagement> <dependencies> <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>compile</scope> - <optional>true</optional> - </dependency> - <dependency> <groupId>javax.jdo</groupId> <artifactId>jdo-api</artifactId> <version>3.1</version> @@ -149,14 +142,7 @@ <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> + <version>5.2.1.Final</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -183,45 +169,45 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.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 53ecdd6..5ca0de2 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Object/XML Marshalling</name> <description>Spring Object/XML Marshalling</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -93,13 +93,13 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/debian/poms/spring-test.pom.xml b/debian/poms/spring-test.pom.xml index 8bf15bf..b36e74f 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring TestContext Framework</name> <description>Spring TestContext Framework</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -39,7 +39,7 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.1.0</version> + <version>2.2.0</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -86,6 +86,13 @@ <optional>true</optional> </dependency> <dependency> + <groupId>javax.websocket</groupId> + <artifactId>javax.websocket-api</artifactId> + <version>1.0</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> @@ -95,7 +102,7 @@ <dependency> <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> - <version>2.19</version> + <version>2.22</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -135,77 +142,91 @@ </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> - <artifactId>selenium-htmlunit-driver</artifactId> - <version>2.48.2</version> + <artifactId>htmlunit-driver</artifactId> + <version>2.21</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.seleniumhq.selenium</groupId> + <artifactId>selenium-java</artifactId> + <version>2.53.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> - <version>1.2.3</version> + <version>1.3.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc-portlet</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-websocket</artifactId> + <version>4.3.2.RELEASE</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 62090d6..f6e7844 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Transaction</name> <description>Spring Transaction</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -37,13 +37,6 @@ </issueManagement> <dependencies> <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>compile</scope> - <optional>true</optional> - </dependency> - <dependency> <groupId>com.ibm.websphere</groupId> <artifactId>uow</artifactId> <version>6.0.2.17</version> @@ -74,27 +67,27 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/debian/poms/spring-web.pom.xml b/debian/poms/spring-web.pom.xml index 6b779f5..15921af 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Web</name> <description>Spring Web</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -37,13 +37,6 @@ </issueManagement> <dependencies> <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>compile</scope> - <optional>true</optional> - </dependency> - <dependency> <groupId>com.caucho</groupId> <artifactId>hessian</artifactId> <version>4.0.38</version> @@ -53,21 +46,21 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.6.7</version> + <version>2.8.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> - <version>2.6.7</version> + <version>2.8.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.6.2</version> + <version>2.7</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -81,14 +74,21 @@ <dependency> <groupId>com.googlecode.protobuf-java-format</groupId> <artifactId>protobuf-java-format</artifactId> - <version>1.2</version> + <version>1.4</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.rometools</groupId> <artifactId>rome</artifactId> - <version>1.5.1</version> + <version>1.6.0</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>3.4.1</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -109,7 +109,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> - <version>4.0.37.Final</version> + <version>4.1.4.Final</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -165,7 +165,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> - <version>4.1.1</version> + <version>4.1.2</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -186,7 +186,7 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>9.3.9.v20160517</version> + <version>9.3.11.v20160721</version> <scope>compile</scope> <exclusions> <exclusion> @@ -199,7 +199,7 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> - <version>9.3.9.v20160517</version> + <version>9.3.11.v20160721</version> <scope>compile</scope> <exclusions> <exclusion> @@ -212,31 +212,31 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.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 c53911d..c7dc1b8 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Web Portlet</name> <description>Spring Web Portlet</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -46,31 +46,31 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> diff --git a/debian/poms/spring-webmvc.pom.xml b/debian/poms/spring-webmvc.pom.xml index 3478e78..e60bc25 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.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <name>Spring Web MVC</name> <description>Spring Web MVC</description> <url>https://github.com/spring-projects/spring-framework</url> @@ -39,14 +39,14 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.6.7</version> + <version>2.8.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> - <version>2.6.7</version> + <version>2.8.1</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -60,7 +60,7 @@ <dependency> <groupId>com.rometools</groupId> <artifactId>rome</artifactId> - <version>1.5.1</version> + <version>1.6.0</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -128,14 +128,14 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> - <version>3.13</version> + <version>3.14</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> - <version>3.13</version> + <version>3.14</version> <scope>compile</scope> <optional>true</optional> </dependency> @@ -318,46 +318,52 @@ </dependency> <dependency> <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + <version>4.3.2.RELEASE</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.2.7.RELEASE</version> + <version>4.3.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> @@ -380,5 +386,11 @@ <version>3.0.1</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>3.1.0</version> + <scope>provided</scope> + </dependency> </dependencies> </project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

