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 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
35f6800 is described below
commit 35f68008c4025f7b7eb669303d315197b03cd5b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 14:13:57 2025 +0000
Bump org.ow2.asm:asm from 9.9 to 9.9.1
Bumps org.ow2.asm:asm from 9.9 to 9.9.1.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 1397f42..056e3eb 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</version>
+ <version>9.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>