You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2017/08/16 10:21:20 UTC

svn commit: r1805164 - in /webservices/wss4j/trunk: parent/pom.xml pom.xml

Author: coheigea
Date: Wed Aug 16 10:21:20 2017
New Revision: 1805164

URL: http://svn.apache.org/viewvc?rev=1805164&view=rev
Log:
Dependency updates

Modified:
    webservices/wss4j/trunk/parent/pom.xml
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/parent/pom.xml?rev=1805164&r1=1805163&r2=1805164&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Wed Aug 16 10:21:20 2017
@@ -34,16 +34,16 @@
     <properties>
         <apacheds.version>2.0.0-M24</apacheds.version>
         <bcprov.version>1.57</bcprov.version>
-        <commons.compress.version>1.9</commons.compress.version>
-        <ehcache.version>2.10.3</ehcache.version>
+        <commons.compress.version>1.14</commons.compress.version>
+        <ehcache.version>2.10.4</ehcache.version>
         <geronimo.javamail.version>1.8.4</geronimo.javamail.version>
         <jasypt.version>1.9.2</jasypt.version>
         <junit.version>4.12</junit.version>
         <kerby.version>1.0.0</kerby.version>
         <log4j.version>1.2.17</log4j.version>
-        <neethi.version>3.0.3</neethi.version>
+        <neethi.version>3.1.0</neethi.version>
         <opensaml.version>3.3.0</opensaml.version>
-        <slf4j.version>1.7.22</slf4j.version>
+        <slf4j.version>1.7.24</slf4j.version>
         <woodstox.core.asl.version>4.4.1</woodstox.core.asl.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1805164&r1=1805163&r2=1805164&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Aug 16 10:21:20 2017
@@ -233,7 +233,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.6.0</version>
+                    <version>3.6.1</version>
                     <configuration>
                         <source>${targetJdk}</source>
                         <target>${targetJdk}</target>
@@ -310,7 +310,7 @@
                 <plugin>
                     <groupId>org.jvnet.jaxb2.maven2</groupId>
                     <artifactId>maven-jaxb2-plugin</artifactId>
-                    <version>0.13.1</version>
+                    <version>0.13.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>