You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/06/23 14:47:08 UTC

[tomee] branch master updated (0f5efb8 -> 0e2dcb4)

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

rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from 0f5efb8  Fix wrong header
     new 8a9e75d  TOMEE-3759 Update commons-io to 2.10.0
     new 0e2dcb4  TOMEE-3760 - Update Tomcat to 9.0.48

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(-)

[tomee] 02/02: TOMEE-3760 - Update Tomcat to 9.0.48

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 0e2dcb462b483d7e36f67fcabb8cb71f9be11827
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Wed Jun 23 16:44:22 2021 +0200

    TOMEE-3760 - Update Tomcat to 9.0.48
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2886671..4510a74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.45</tomcat.version>
+    <tomcat.version>9.0.48</tomcat.version>
 
     <cxf.version>3.4.3</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>

[tomee] 01/02: TOMEE-3759 Update commons-io to 2.10.0

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 8a9e75d23357ff31de380f7de77764697d8f9263
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Wed Jun 23 16:37:01 2021 +0200

    TOMEE-3759 Update commons-io to 2.10.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e596823..2886671 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
     <commons-fileupload.version>1.4</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
     <commons-lang3.version>3.11</commons-lang3.version>
-    <commons-io.version>2.8.0</commons-io.version>
+    <commons-io.version>2.10.0</commons-io.version>
     <commons-net.version>3.7.2</commons-net.version>
 
     <bval.version>2.0.5</bval.version>