This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 017dba2 Bump asmVersion from 9.8 to 9.9
017dba2 is described below
commit 017dba208cd57dbf719a9830cf89209ac53e558a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 04:01:23 2025 +0000
Bump asmVersion from 9.8 to 9.9
Bumps `asmVersion` from 9.8 to 9.9.
Updates `org.ow2.asm:asm` from 9.8 to 9.9
Updates `org.ow2.asm:asm-commons` from 9.8 to 9.9
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: '9.9'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
dependency-version: '9.9'
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 8ca9a02..e4f34a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<mavenVersion>3.9.7</mavenVersion>
<javaVersion>8</javaVersion>
<currentVersion>${project.version}</currentVersion>
- <asmVersion>9.8</asmVersion>
+ <asmVersion>9.9</asmVersion>
<slf4j.version>1.7.36</slf4j.version>
<project.build.outputTimestamp>2025-09-10T00:53:43Z</project.build.outputTimestamp>
</properties>