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 cb6cd44  Update BCEL to 6.6.0
cb6cd44 is described below

commit cb6cd448f6ac3098cc1ce3f24456b409cf12fa33
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 2 10:12:15 2022 +0000

    Update BCEL to 6.6.0
---
 CHANGES.md | 1 +
 pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index af8fc36..4508ddb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@
 - Improve the performance of conversion by avoiding `JavaClass.dump` when 
there are no changes. PR 
[#36](https://github.com/apache/tomcat-jakartaee-migration/pull/36) provided by 
Danny Thomas (lihan)
 - Improve composability of the migration tool when using from other tools. PR 
[#36](https://github.com/apache/tomcat-jakartaee-migration/pull/36) provided by 
Danny Thomas (lihan)
 - Avoid converting many classes from javax.annotation. PR 
[#37](https://github.com/apache/tomcat-jakartaee-migration/pull/37) provided by 
Danny Thomas (remm)
+- Update Apache BCEL to 6.6.0. (markt)
 
 ## 1.0.4
 
diff --git a/pom.xml b/pom.xml
index 0561907..0b0cc9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.5.0</version>
+      <version>6.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>


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

Reply via email to