This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 9972f633debc2ee9db4e705a2d178b694cf3808e Author: reta <[email protected]> AuthorDate: Sun Feb 21 16:26:27 2021 -0500 Update to asm 9.1 (cherry picked from commit b7a9161816949c5c6380c41c6ddf1a712e3d5d3e) (cherry picked from commit 37950031fd8a6824ce90bf2945b70a2600293482) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1e2acee..35e9878 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.0</cxf.asm.version> + <cxf.asm.version>9.1</cxf.asm.version> <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version> <cxf.easymock.version>4.2</cxf.easymock.version> <!-- OSGi related properties -->
