This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 7e004a01 Bump asmVersion from 9.9 to 9.9.1 (#1042)
7e004a01 is described below
commit 7e004a01fb15a28324b219418bfb165009cffbfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 17:21:13 2025 +0100
Bump asmVersion from 9.9 to 9.9.1 (#1042)
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 634a6da8..ef685506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,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>
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
<plexusXmlVersion>3.0.1</plexusXmlVersion>
<reportingApiVersion>4.0.0</reportingApiVersion>