You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/02/10 09:09:37 UTC

[cxf-fediz] branch master updated (9dcc748 -> 6f01382)

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

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.


    from 9dcc748  Updating NOTICE year
     new 9b5a4c2  Updating Jetty to 9.4.45.v20220203
     new 3cf8345  Updating SLF4J to 1.7.36
     new 6f01382  Updating WSS4J to 2.4.0

The 3 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:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[cxf-fediz] 01/03: Updating Jetty to 9.4.45.v20220203

Posted by co...@apache.org.
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/cxf-fediz.git

commit 9b5a4c2b71ce69da0f4bbc25c43f8ef34dba99d5
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 07:59:01 2022 +0000

    Updating Jetty to 9.4.45.v20220203
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1696ab..8d5e39c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
         <htmlunit.version>2.52.0</htmlunit.version>
         <jackson.version>2.11.4</jackson.version>
         <jaxb.version>2.3.3</jaxb.version>
-        <jetty9.version>9.4.44.v20210927</jetty9.version>
+        <jetty9.version>9.4.45.v20220203</jetty9.version>
         <junit.version>4.13.2</junit.version>
         <kerby.version>2.0.1</kerby.version>
         <log4j.version>2.17.1</log4j.version>

[cxf-fediz] 02/03: Updating SLF4J to 1.7.36

Posted by co...@apache.org.
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/cxf-fediz.git

commit 3cf8345c448dc083e992530cc9e53e444030a407
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 07:59:15 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 8d5e39c..6664255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
         <log4j.version>2.17.1</log4j.version>
         <openjpa.version>3.2.0</openjpa.version>
         <servlet.version>3.1.0</servlet.version>
-        <slf4j.version>1.7.32</slf4j.version>
+        <slf4j.version>1.7.36</slf4j.version>
         <spring.version>5.3.15</spring.version>
         <spring-ldap-core.version>2.3.5.RELEASE</spring-ldap-core.version>
         <spring.security.version>5.6.1</spring.security.version>

[cxf-fediz] 03/03: Updating WSS4J to 2.4.0

Posted by co...@apache.org.
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/cxf-fediz.git

commit 6f013828f47a28fe40357d237a06bda743376992
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 09:08:03 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 6664255..9749d49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.58</tomcat.version>
         <validation-api.version>2.0.2</validation-api.version>
-        <wss4j.version>2.3.3</wss4j.version>
+        <wss4j.version>2.4.0</wss4j.version>
 
         <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>