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-indexer.git
The following commit(s) were added to refs/heads/master by this push:
new dc7801f Bump org.ow2.asm:asm from 9.8 to 9.9 (#703)
dc7801f is described below
commit dc7801f261dc89803013fd87cc057e750a0ff533
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 26 16:35:16 2025 +0100
Bump org.ow2.asm:asm from 9.8 to 9.9 (#703)
Bumps org.ow2.asm:asm 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
...
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 baa486e..fe5ac45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@ under the License.
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.8</version>
+ <version>9.9</version>
</dependency>
<dependency>