This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-plugin-tools-3.x in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
commit 08c959774367adbed06362ed8e31b4f8659a45ac Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Oct 22 14:37:49 2024 +0000 Bump asmVersion from 9.7 to 9.7.1 Bumps `asmVersion` from 9.7 to 9.7.1. Updates `org.ow2.asm:asm` from 9.7 to 9.7.1 Updates `org.ow2.asm:asm-commons` from 9.7 to 9.7.1 Updates `org.ow2.asm:asm-util` from 9.7 to 9.7.1 --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.ow2.asm:asm-commons dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.ow2.asm:asm-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 898b2298..060c42c6 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</asmVersion> + <asmVersion>9.7.1</asmVersion> <plexusUtilsVersion>4.0.1</plexusUtilsVersion> <plexusXmlVersion>3.0.1</plexusXmlVersion> <reportingApiVersion>4.0.0</reportingApiVersion>