This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 071e484 Bump org.ow2.asm:asm from 9.9.1 to 9.10
071e484 is described below
commit 071e484d04100117e67511add3bc7dc0904c6e52
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 14:55:24 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 c673b15..e220f29 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.9.1</asmVersion>
+ <asmVersion>9.10</asmVersion>
<guiceVersion>6.0.0</guiceVersion>
<mockitoVersion>5.23.0</mockitoVersion>
<eclipseCompilerVersion>3.42.0</eclipseCompilerVersion>