This is an automated email from the ASF dual-hosted git repository.
sjaranowski 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 cf11ada2 Bump asmVersion from 9.7.1 to 9.8
cf11ada2 is described below
commit cf11ada2ebb7ba8324677498461b3ad4e69f7245
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 3 13:57:33 2025 +0000
Bump asmVersion from 9.7.1 to 9.8
Bumps `asmVersion` from 9.7.1 to 9.8.
Updates `org.ow2.asm:asm` from 9.7.1 to 9.8
Updates `org.ow2.asm:asm-commons` from 9.7.1 to 9.8
Updates `org.ow2.asm:asm-util` from 9.7.1 to 9.8
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: '9.8'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
dependency-version: '9.8'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
dependency-version: '9.8'
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 a94ae697..d6c93ba9 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.7.1</asmVersion>
+ <asmVersion>9.8</asmVersion>
<plexusUtilsVersion>4.0.1</plexusUtilsVersion>
<plexusXmlVersion>3.0.1</plexusXmlVersion>
<reportingApiVersion>4.0.0</reportingApiVersion>