(tomcat-jakartaee-migration) branch main updated: Update dependencies to latest versions

2024-01-26 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
 new 7500b76  Update dependencies to latest versions
7500b76 is described below

commit 7500b76f74f3ef13462ce4c9681a9f924b7d5ab7
Author: Mark Thomas 
AuthorDate: Fri Jan 26 10:56:08 2024 +

Update dependencies to latest versions
---
 CHANGES.md | 4 
 pom.xml| 8 
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 34d67ad..0767af2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,10 @@
 
 ## 1.0.8
 - Include `.ear` files in list of recognised archives. 
PR[#50](https://github.com/apache/tomcat-jakartaee-migration/pull/50) provided 
by Sammy Chu. (markt)
+- Update Commons BCEL to 6.8.1. (markt)
+- Update Commons Compress to 1.25.0. (markt)
+- Update Commons IO to 2.15.1. (markt)
+- Update Ant to 1.10.14. (markt)
 
 
 ## 1.0.7
diff --git a/pom.xml b/pom.xml
index 629cddf..e5c6e67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,22 +77,22 @@
 
   org.apache.bcel
   bcel
-  6.7.0
+  6.8.1
 
 
   org.apache.commons
   commons-compress
-  1.23.0
+  1.25.0
 
 
   commons-io
   commons-io
-  2.11.0
+  2.15.1
 
 
   org.apache.ant
   ant
-  1.10.12
+  1.10.14
   provided
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat-jakartaee-migration] branch main updated: Update dependencies

2023-04-17 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
 new 2b78627  Update dependencies
2b78627 is described below

commit 2b78627f133d5b813a13338ce7144a1f21a97e5b
Author: Mark Thomas 
AuthorDate: Mon Apr 17 21:00:48 2023 +0100

Update dependencies
---
 CHANGES.md | 6 --
 pom.xml| 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 3af0e99..719a9c9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,8 +3,10 @@
 ## 1.0.7
 
 - When converting directories, rename files according to the chosen profile. 
(fschumacher)
-- Add configuration option, `matchExcludesAgainstPathName` that can be used to 
configure exclusions base don path name rather than just file name.  
PR[#38](https://github.com/apache/tomcat-jakartaee-migration/pull/38) provided 
by Réda Housni Alaoui (markt)
-- Update OSGI servlet specification versions if present in manifest file. 
PR[#42](https://github.com/apache/tomcat-jakartaee-migration/pull/42) provided 
by Ivan Furnadjiev (markt)
+- Add configuration option, `matchExcludesAgainstPathName` that can be used to 
configure exclusions base don path name rather than just file name.  
PR[#38](https://github.com/apache/tomcat-jakartaee-migration/pull/38) provided 
by Réda Housni Alaoui. (markt)
+- Update OSGI servlet specification versions if present in manifest file. 
PR[#42](https://github.com/apache/tomcat-jakartaee-migration/pull/42) provided 
by Ivan Furnadjiev. (markt)
+- Update Commons BCEL to 6.7.0. (markt)
+- Update Commons Compress to 1.23.0. (markt)
 
 
 ## 1.0.6
diff --git a/pom.xml b/pom.xml
index df48118..69d2e4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,12 +77,12 @@
 
   org.apache.bcel
   bcel
-  6.6.0
+  6.7.0
 
 
   org.apache.commons
   commons-compress
-  1.22
+  1.23.0
 
 
   commons-io


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org