This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this
push:
new da5e482b Bump asmVersion from 9.9.1 to 9.10 (#1112)
da5e482b is described below
commit da5e482b7f189644c3da8a14848aadf27b3bde83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 22 16:58:01 2026 +0200
Bump asmVersion from 9.9.1 to 9.10 (#1112)
Bumps `asmVersion` from 9.9.1 to 9.10.
Updates `org.ow2.asm:asm` from 9.9.1 to 9.10
Updates `org.ow2.asm:asm-util` 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
- dependency-name: org.ow2.asm:asm-util
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 b0e7c196..05b67a05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
<!-- whenever the ASM version is updated also the
maven-plugin-tools-annotations/src/main/java/o/a/m/tools/plugins/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor#CLASS_VERSION_TO_JAVA_STRING
needs to be updated as well -->
- <asmVersion>9.9.1</asmVersion>
+ <asmVersion>9.10</asmVersion>
<plexusUtilsVersion>4.0.3</plexusUtilsVersion>
<plexusXmlVersion>3.0.2</plexusXmlVersion>
<reportingApiVersion>4.0.0</reportingApiVersion>