This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 2688f120 Bump asmVersion from 9.9 to 9.9.1 (#1043)
2688f120 is described below
commit 2688f1207a7e2e242a5bc120ca7b14cf669eb92b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 17:21:07 2025 +0100
Bump asmVersion from 9.9 to 9.9.1 (#1043)
Bumps `asmVersion` from 9.9 to 9.9.1.
Updates `org.ow2.asm:asm` from 9.9 to 9.9.1
Updates `org.ow2.asm:asm-util` from 9.9 to 9.9.1
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-util
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 d981203b..3c61a4be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,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</asmVersion>
+ <asmVersion>9.9.1</asmVersion>
<!-- TODO remove with next parent version update -->
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>