This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-3.10.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.10.x by this push:
new 97c99b955d Bump org.ow2.asm:asm from 9.9.1 to 9.10 (#12060)
97c99b955d is described below
commit 97c99b955df373afeb4ec8bf60946cca2b48a1e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 07:07:09 2026 +0200
Bump org.ow2.asm:asm from 9.9.1 to 9.10 (#12060)
Bumps org.ow2.asm:asm from 9.9.1 to 9.10.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: '9.10'
dependency-type: direct:production
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b1603c02d8..8f73d4f1b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
<version.sisu-maven-plugin>1.0.0</version.sisu-maven-plugin>
- <asmVersion>9.9.1</asmVersion>
+ <asmVersion>9.10</asmVersion>
<classWorldsVersion>2.11.0</classWorldsVersion>
<commonsCliVersion>1.11.0</commonsCliVersion>
<commonsIoVersion>2.22.0</commonsIoVersion>