This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new 737059105 DELTASPIKE-1485 update to ASM 9.9.1 for Java26 support
737059105 is described below
commit 7370591057a902da2bc4be619980f303ea55662f
Author: Mark Struberg <[email protected]>
AuthorDate: Tue Dec 16 18:59:30 2025 +0100
DELTASPIKE-1485 update to ASM 9.9.1 for Java26 support
---
deltaspike/parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index aaf68e487..6f6ae9ae6 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -70,7 +70,7 @@
<tomcat.version>10.1.13</tomcat.version>
<!-- used for some bytecode proxy stuff. Shaded in -->
- <asm.version>9.6</asm.version>
+ <asm.version>9.9.1</asm.version>
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
<maven.bundle.plugin.version>3.5.0</maven.bundle.plugin.version>