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

commit cd6cd7dd59bfd8346a0dfa0f6ace9486358ff246
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jul 3 16:32:37 2024 +0100

    Version updates
---
 CHANGES.md | 3 +++
 pom.xml    | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 664dd5e..ade05dd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,9 @@
 
 ## 1.0.9
 - Update the JaCoCo Maven plugin to 0.8.11. (markt)
+- Update Commons BCEL to 6.9.0. (markt)
+- Update Commons Compress to 1.26.2. (markt)
+- Update Commons IO to 2.16.1. (markt)
 
 ## 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)
diff --git a/pom.xml b/pom.xml
index 8480bd3..308b1b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,17 +77,17 @@
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.8.1</version>
+      <version>6.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.26.0</version>
+      <version>1.26.2</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.15.1</version>
+      <version>2.16.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to