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/28 17:35:56 UTC

[cxf-fediz] branch master updated (2925107 -> 9fdbdf6)

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 2925107  fix maven-assembly-plugin goal after version update
     new 94db4ff  Updating Tomcat to 9.0.59
     new 9fdbdf6  Updating to Log4J 2.17.2

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

[cxf-fediz] 02/02: Updating to Log4J 2.17.2

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 9fdbdf64d31da491b51de871c9f23fb04e17167c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 28 17:35:43 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index 0b4e3d6..d7d5b33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <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>
+        <log4j.version>2.17.2</log4j.version>
         <openjpa.version>3.2.0</openjpa.version>
         <servlet.version>3.1.0</servlet.version>
         <slf4j.version>1.7.36</slf4j.version>

[cxf-fediz] 01/02: Updating Tomcat to 9.0.59

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 94db4ff5664ea9771af7c450c949756cb35c00fc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 28 16:45:36 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index b43cb27..0b4e3d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
         <spring-ldap-core.version>2.3.6.RELEASE</spring-ldap-core.version>
         <spring.security.version>5.6.2</spring.security.version>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
-        <tomcat.version>9.0.58</tomcat.version>
+        <tomcat.version>9.0.59</tomcat.version>
         <validation-api.version>2.0.2</validation-api.version>
         <wss4j.version>2.4.1</wss4j.version>