This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new dfd00fc49f Update asm to 9.3
dfd00fc49f is described below
commit dfd00fc49f8610ad9f1fee55a2b9eacb5d5f28ec
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Apr 5 18:33:18 2022 -0400
Update asm to 9.3
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index da6a4584c6..b482db9e0e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -54,7 +54,7 @@
<!-- stuff related to ASM -->
<cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
<cxf.asm.artifactId>asm</cxf.asm.artifactId>
- <cxf.asm.version>9.2</cxf.asm.version>
+ <cxf.asm.version>9.3</cxf.asm.version>
<cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
<cxf.easymock.version>4.3</cxf.easymock.version>
<!-- OSGi related properties -->