This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 4d4a0d5f9e Bump asmVersion from 9.8 to 9.9 (#11204)
4d4a0d5f9e is described below
commit 4d4a0d5f9e8d84521a0370626af3665707af6bee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 16:36:08 2025 +0200
Bump asmVersion from 9.8 to 9.9 (#11204)
Bumps `asmVersion` from 9.8 to 9.9.
Updates `org.ow2.asm:asm` from 9.8 to 9.9
Updates `org.ow2.asm:asm-commons` from 9.8 to 9.9
Updates `org.ow2.asm:asm-util` 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
- dependency-name: org.ow2.asm:asm-commons
dependency-version: '9.9'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
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 5c0db36873..a2e2f542bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@ under the License.
<project.build.outputTimestamp>2025-06-18T10:29:55Z</project.build.outputTimestamp>
<!-- various versions -->
<assertjVersion>3.27.6</assertjVersion>
- <asmVersion>9.8</asmVersion>
+ <asmVersion>9.9</asmVersion>
<byteBuddyVersion>1.17.7</byteBuddyVersion>
<classWorldsVersion>2.9.0</classWorldsVersion>
<commonsCliVersion>1.10.0</commonsCliVersion>