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-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 22c92f6 Bump asmVersion from 9.9 to 9.9.1 (#774)
22c92f6 is described below
commit 22c92f6b1881dd942d0dbf4d8501fcc9baf0a5fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 07:11:57 2025 +0100
Bump asmVersion from 9.9 to 9.9.1 (#774)
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-commons` 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-commons
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 b1204ed..286f41b 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.9</asmVersion>
+ <asmVersion>9.9.1</asmVersion>
<slf4j.version>1.7.36</slf4j.version>
<project.build.outputTimestamp>2025-09-10T00:53:43Z</project.build.outputTimestamp>
</properties>