You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2022/10/08 04:13:45 UTC

[aries] branch trunk updated: [ARIES-2084] Upgrade to ASM 9.4

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

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 396d72f22 [ARIES-2084] Upgrade to ASM 9.4
396d72f22 is described below

commit 396d72f223462f06f5ddd80db90a7c6e5ea06b43
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Oct 8 06:13:21 2022 +0200

    [ARIES-2084] Upgrade to ASM 9.4
---
 proxy/proxy-impl/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index 63d1bb34d..fb404791d 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -77,13 +77,13 @@
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm</artifactId>
             <optional>true</optional>
-            <version>9.2</version>
+            <version>9.4</version>
         </dependency>
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-commons</artifactId>
             <optional>true</optional>
-            <version>9.2</version>
+            <version>9.4</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>