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 <[email protected]>
AuthorDate: Fri Jan 26 10:56:08 2024 +0000
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 @@
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
- <version>6.7.0</version>
+ <version>6.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.23.0</version>
+ <version>1.25.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.12</version>
+ <version>1.10.14</version>
<scope>provided</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]