This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new b7ad2b8 Bump org.ow2.asm:asm from 9.8 to 9.9
b7ad2b8 is described below
commit b7ad2b87c16f6ea1286a9244f9a17421e32ff2d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 14:30:02 2025 +0000
Bump org.ow2.asm:asm from 9.8 to 9.9
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8452030..74380a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ under the License.
<javaVersion>17</javaVersion>
<mavenVersion>4.0.0-rc-4</mavenVersion>
- <asmVersion>9.8</asmVersion>
+ <asmVersion>9.9</asmVersion>
<guiceVersion>6.0.0</guiceVersion>
<mockitoVersion>5.20.0</mockitoVersion>
<eclipseCompilerVersion>3.42.0</eclipseCompilerVersion>