This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 89e5819  Upgrade asm-tree to version 8.0.1
89e5819 is described below

commit 89e581959e0a6423f83cc37de6b1533115827ba1
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Mon Apr 13 12:42:01 2020 +0200

    Upgrade asm-tree to version 8.0.1
---
 tooling/maven/camel-package-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml 
b/tooling/maven/camel-package-maven-plugin/pom.xml
index 14bf9ec..1d2ed06 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -157,7 +157,7 @@
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-tree</artifactId>
-            <version>7.0</version>
+            <version>8.0.1</version>
         </dependency>
 
         <!-- camel -->

Reply via email to