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:50:36 UTC

[ws-wss4j] branch 2_2_x-fixes updated (a18255f -> 54c7658)

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

coheigea pushed a change to branch 2_2_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git.


    from a18255f  WSS-658 - Enable signature confirmation for signed SAML tokens
     new 6b27d6d  Updating a few dependencies
     new 54c7658  Updating surefire

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml |  2 +-
 pom.xml        | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)


[ws-wss4j] 02/02: Updating surefire

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 54c7658f69d607bc842876b7962c764c3d3183f3
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Dec 12 10:45:03 2019 +0000

    Updating surefire
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9787ef5..38e43b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-surefire-plugin</artifactId>
-                            <version>2.21.0</version>
+                            <version>2.22.1</version>
                             <configuration>
                                 <reportFormat>brief</reportFormat>
                                 <useFile>false</useFile>


[ws-wss4j] 01/02: Updating a few dependencies

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a55ffc9..9fbd2be 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -41,7 +41,7 @@
         <kerby.version>1.1.1</kerby.version>
         <neethi.version>3.1.1</neethi.version>
         <opensaml.version>3.3.1</opensaml.version>
-        <slf4j.version>1.7.28</slf4j.version>
+        <slf4j.version>1.7.29</slf4j.version>
         <woodstox.core.version>5.0.3</woodstox.core.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>
diff --git a/pom.xml b/pom.xml
index 366c373..9787ef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,7 +230,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>
@@ -250,7 +250,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>
@@ -300,7 +300,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1.1</version>
                     <executions>
                         <execution>
                             <goals>
@@ -424,7 +424,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>