This is an automated email from the ASF dual-hosted git repository.
Bukama 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 a69321790 Bump org.ow2.asm:asm from 9.9.1 to 9.10 (#1879)
a69321790 is described below
commit a69321790345ab8ebd7d81bdda96b03a5e65a368
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 16:58:39 2026 +0200
Bump org.ow2.asm:asm from 9.9.1 to 9.10 (#1879)
Bumps org.ow2.asm:asm from 9.9.1 to 9.10.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: '9.10'
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 eff9ea63c..ad0720431 100644
--- a/maven-resolver-tools/pom.xml
+++ b/maven-resolver-tools/pom.xml
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.9.1</version>
+ <version>9.10</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>