This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 ddbb0e7 Bump org.ow2.asm:asm from 9.9.1 to 9.10
ddbb0e7 is described below
commit ddbb0e7f51f120de5921d5f986ac1d7038feaff6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 14:58:13 2026 +0000
Bump org.ow2.asm:asm from 9.9.1 to 9.10
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 915a970..dc5656a 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.9.1</version>
+ <version>9.10</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>