[java-parent-project-v3] branch master updated: IDP-845 - Update some but not all third-party dependencies.

Tom Zeller tzeller at dragonacea.biz
Thu Oct 29 14:59:00 EDT 2015


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

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

The following commit(s) were added to refs/heads/master by this push:
       new  fab9315   IDP-845 - Update some but not all third-party dependencies.
fab9315 is described below

commit fab9315794c62ad09df1cf3bfe1de2ccbcac6951
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Oct 29 13:59:22 2015 -0500

    IDP-845 - Update some but not all third-party dependencies.
    
    Jetty 9.2.11.v20150529 -> 9.2.13.v20150730
    ch.qos.logback 1.1.2 -> 1.1.3
    com.beust:jcommander 1.47 -> 1.48
    com.google.code.findbugs:jsr305 3.0.0 -> 3.0.1
    joda-time:joda-time 2.7 -> 2.9
    org.slf4j 1.7.10 -> 1.7.12
    org.testng:testng 6.8.8 -> 6.9.9
    org.tmatesoft.svnkit:svnkit 1.8.5 -> 1.8.11
    xmlunit:xmlunit 1.5 -> 1.6
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index c04bf1a..5830c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,10 +25,10 @@
         <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
         <httpclient.version>4.3.6</httpclient.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
-        <jetty.version>9.2.11.v20150529</jetty.version>
-        <logback.version>1.1.2</logback.version>
+        <jetty.version>9.2.13.v20150730</jetty.version>
+        <logback.version>1.1.3</logback.version>
         <slf4j.groupId>org.slf4j</slf4j.groupId>
-        <slf4j.version>1.7.10</slf4j.version>
+        <slf4j.version>1.7.12</slf4j.version>
         <spring.groupId>org.springframework</spring.groupId>
         <spring.version>4.2.2.RELEASE</spring.version>
         <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>6.8.8</version>
+            <version>6.9.9</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -138,7 +138,7 @@
                 test classpath, even if it's not used, doesn't hurt anything. -->
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>
-            <version>1.5</version>
+            <version>1.6</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -155,7 +155,7 @@
             <dependency>
                 <groupId>com.google.code.findbugs</groupId>
                 <artifactId>jsr305</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.1</version>
             </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>
@@ -198,7 +198,7 @@
             <dependency>
                 <groupId>joda-time</groupId>
                 <artifactId>joda-time</artifactId>
-                <version>2.7</version>
+                <version>2.9</version>
             </dependency>
             <dependency>
                 <!-- needed for logback SMTP appender -->
@@ -302,7 +302,7 @@
             <dependency>
                 <groupId>com.beust</groupId>
                 <artifactId>jcommander</artifactId>
-                <version>1.47</version>
+                <version>1.48</version>
             </dependency>
             <dependency>
                 <groupId>jargs</groupId>
@@ -312,7 +312,7 @@
             <dependency>
                 <groupId>org.tmatesoft.svnkit</groupId>
                 <artifactId>svnkit</artifactId>
-                <version>1.8.5</version>
+                <version>1.8.11</version>
                 <!--
                     Licensing constraints mean that this dependency should
                     always be marked <optional>true</optional> in any of

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list