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 <ma...@apache.org>
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 @@
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.6.0</version>
+      <version>6.7.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.22</version>
+      <version>1.23.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>


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

Reply via email to