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-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 21ac40ed9 Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#1716)
21ac40ed9 is described below
commit 21ac40ed9a3876d414f194a5b4f989d82940d451
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 20 10:16:29 2025 +0100
Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#1716)
Bumps org.ow2.asm:asm 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
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
maven-resolver-tools/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-resolver-tools/pom.xml b/maven-resolver-tools/pom.xml
index cf16406b3..6c750497f 100644
--- a/maven-resolver-tools/pom.xml
+++ b/maven-resolver-tools/pom.xml
@@ -132,7 +132,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.9</version>
+ <version>9.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>