This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/maven/asmVersion-9.6
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
commit 85d6248d73a12bd5e73dbc6f940374fe3eb855d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 6 15:17:58 2023 +0000
Bump asmVersion from 9.5 to 9.6
Bumps `asmVersion` from 9.5 to 9.6.
Updates `org.ow2.asm:asm` from 9.5 to 9.6
Updates `org.ow2.asm:asm-commons` from 9.5 to 9.6
Updates `org.ow2.asm:asm-util` from 9.5 to 9.6
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
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 cd812bf9..08f20776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,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.5</asmVersion>
+ <asmVersion>9.6</asmVersion>
<plexusUtilsVersion>4.0.0</plexusUtilsVersion>
<plexusXmlVersion>4.0.0</plexusXmlVersion>
<reportingApiVersion>3.1.1</reportingApiVersion>