This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push:
new e402d0ce Bump asmVersion from 9.9.1 to 9.10
e402d0ce is described below
commit e402d0ce39623f14b8ee75bebed50b82dc37a64b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 13:42:59 2026 +0000
Bump asmVersion from 9.9.1 to 9.10
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 30476e87..ee013152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,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.1</plexusXmlVersion>
<reportingApiVersion>4.0.0</reportingApiVersion>