This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-compiler-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by
this push:
new b9ffa20 Bump org.ow2.asm:asm from 9.8 to 9.9 (#981)
b9ffa20 is described below
commit b9ffa20733da9da5dce0a5300c18b7e64ea77bb9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 08:04:40 2025 +0200
Bump org.ow2.asm:asm from 9.8 to 9.9 (#981)
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 116e184..e8d6f38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@ under the License.
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.8</version>
+ <version>9.9</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>