You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2021/09/16 14:14:08 UTC

[cxf-fediz] branch master updated (c483ef8 -> 4b68fe7)

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

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


    from c483ef8  Updating Tomcat to 9.0.53
     new c468874  update htmlunit to 2.52.0
     new 5e05f00  update commons-dbcp2 to 2.9.0
     new f658190  update openjpa to 3.2.0
     new 4b68fe7  Update Spring Framework to 5.3.10

The 4 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

[cxf-fediz] 03/04: update openjpa to 3.2.0

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

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

commit f658190fbe44301fc69210578eb3c33eaed5ae63
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Sep 16 09:26:40 2021 +0300

    update openjpa to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b83fc5f..2c68bf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <junit.version>4.13.2</junit.version>
         <kerby.version>2.0.1</kerby.version>
         <log4j.version>1.2.17</log4j.version>
-        <openjpa.version>3.1.2</openjpa.version>
+        <openjpa.version>3.2.0</openjpa.version>
         <servlet.version>3.1.0</servlet.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>5.3.9</spring.version>

[cxf-fediz] 04/04: Update Spring Framework to 5.3.10

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

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

commit 4b68fe70d854827196187602b699bab99678ede0
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Sep 16 09:19:34 2021 +0300

    Update Spring Framework to 5.3.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c68bf6..ccd718a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <openjpa.version>3.2.0</openjpa.version>
         <servlet.version>3.1.0</servlet.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <spring.version>5.3.9</spring.version>
+        <spring.version>5.3.10</spring.version>
         <spring-ldap-core.version>2.3.4.RELEASE</spring-ldap-core.version>
         <spring.security.version>5.5.2</spring.security.version>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>

[cxf-fediz] 01/04: update htmlunit to 2.52.0

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

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

commit c4688748818e43448443f42651708f264c9b290a
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Sep 16 09:22:57 2021 +0300

    update htmlunit to 2.52.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1fa2c03..86a50d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <ehcache3.version>3.8.1</ehcache3.version>
         <jcache.version>1.1.1</jcache.version>
         <hsqldb.version>2.5.2</hsqldb.version>
-        <htmlunit.version>2.47.1</htmlunit.version>
+        <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.43.v20210629</jetty9.version>

[cxf-fediz] 02/04: update commons-dbcp2 to 2.9.0

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

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

commit 5e05f00f23b3c05e6125f4e54b3539f4fd7b7ecb
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Sep 16 09:25:41 2021 +0300

    update commons-dbcp2 to 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86a50d6..b83fc5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <properties>
         <apacheds.version>2.0.0.AM26</apacheds.version>
         <bval.version>2.0.3</bval.version>
-        <commons.dbcp2.version>2.8.0</commons.dbcp2.version>
+        <commons.dbcp2.version>2.9.0</commons.dbcp2.version>
         <commons.logging.version>1.2</commons.logging.version>
         <commons.text.version>1.9</commons.text.version>
         <commons.validator.version>1.7</commons.validator.version>