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 2019/12/12 10:43:05 UTC

[ws-wss4j] branch master updated: Updating a few dependencies

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new a1c198d  Updating a few dependencies
a1c198d is described below

commit a1c198df062969ae3c0fdc6e42ab2b6e45292f15
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Dec 12 10:40:36 2019 +0000

    Updating a few dependencies
---
 parent/pom.xml | 4 ++--
 pom.xml        | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5890e1b..8bfd060 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,13 +36,13 @@
         <commons.compress.version>1.19</commons.compress.version>
         <ehcache.version>2.10.6</ehcache.version>
         <geronimo.javamail.version>1.8.4</geronimo.javamail.version>
-        <hamcrest.version>2.1</hamcrest.version>
+        <hamcrest.version>2.2</hamcrest.version>
         <jasypt.version>1.9.3</jasypt.version>
         <junit.version>5.5.1</junit.version>
         <kerby.version>2.0.0</kerby.version>
         <neethi.version>3.1.1</neethi.version>
         <opensaml.version>3.4.3</opensaml.version>
-        <slf4j.version>1.7.28</slf4j.version>
+        <slf4j.version>1.7.29</slf4j.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xz.version>1.8</xz.version>
diff --git a/pom.xml b/pom.xml
index bb523d9..d09d63b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.6.2</version>
+                    <version>3.8.0</version>
                     <configuration>
                         <source>${targetJdk}</source>
                         <target>${targetJdk}</target>
@@ -251,7 +251,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.12</version>
+                    <version>0.13</version>
                     <executions>
                         <execution>
                             <phase>verify</phase>
@@ -301,7 +301,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.1</version>
                     <executions>
                         <execution>
                             <goals>
@@ -440,7 +440,7 @@
                  <dependency>
                      <groupId>javax.xml.ws</groupId>
                      <artifactId>jaxws-api</artifactId>
-                     <version>2.2.9</version>
+                     <version>2.3.1</version>
                  </dependency>
                  <dependency>
                      <groupId>jakarta.xml.bind</groupId>