This is an automated email from the ASF dual-hosted git repository. cstamas 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 81e5a0ed [MRESOLVER-694] Bump org.ow2.asm:asm from 9.7.1 to 9.8 (#677) 81e5a0ed is described below commit 81e5a0ed635081c8797e02f394a836a3027b33b0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 3 12:19:34 2025 +0200 [MRESOLVER-694] Bump org.ow2.asm:asm from 9.7.1 to 9.8 (#677) Bumps org.ow2.asm:asm from 9.7.1 to 9.8. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- https://issues.apache.org/jira/browse/MRESOLVER-694 --- 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 db1086f2..a4260594 100644 --- a/maven-resolver-tools/pom.xml +++ b/maven-resolver-tools/pom.xml @@ -131,7 +131,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>9.7.1</version> + <version>9.8</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId>