This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 7a0326c2076952ac855ab7fe9880c7cbeddac3a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 25 09:07:50 2024 -0400
Bump org.ow2.asm:asm from 9.6 to 9.7 (#1764)
Bumps org.ow2.asm:asm from 9.6 to 9.7.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 661113898aeb425f78a5d5726fb897a362bd3bf4)
# Conflicts:
# parent/pom.xml
(cherry picked from commit 669556b088217e00466c95938a3cac4a58c86eba)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ba3349f462..1d53027244 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -56,7 +56,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.6</cxf.asm.version>
+ <cxf.asm.version>9.7</cxf.asm.version>
<cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
<cxf.easymock.version>5.1.0</cxf.easymock.version>
<!-- OSGi related properties -->