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

cschneider 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 e49322620 ARIES-2126: Update ASM to 9.5
     new 1c66f6c90 Merge pull request #242 from rovarga/aries2126
e49322620 is described below

commit e49322620e128bb2eef438ee3e15ea9541cb1014
Author: Robert Varga <[email protected]>
AuthorDate: Fri Sep 29 17:09:08 2023 +0200

    ARIES-2126: Update ASM to 9.5
    
    Signed-off-by: Robert Varga <[email protected]>
---
 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 a11ebac66..1a19492d5 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.4</version>
+            <version>9.5</version>
         </dependency>
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-commons</artifactId>
             <optional>true</optional>
-            <version>9.4</version>
+            <version>9.5</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to