This is an automated email from the ASF dual-hosted git repository.
Bukama 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 5f099825e3 Bump asmVersion from 9.10 to 9.10.1 (#12152)
5f099825e3 is described below
commit 5f099825e386d04bdb8a1e944dae9036ddcc31e1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 20:34:29 2026 +0200
Bump asmVersion from 9.10 to 9.10.1 (#12152)
Bumps `asmVersion` from 9.10 to 9.10.1.
Updates `org.ow2.asm:asm` from 9.10 to 9.10.1
Updates `org.ow2.asm:asm-commons` from 9.10 to 9.10.1
Updates `org.ow2.asm:asm-util` from 9.10 to 9.10.1
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-commons
dependency-version: 9.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-util
dependency-version: 9.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
its/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/its/pom.xml b/its/pom.xml
index afa5799493..1782b0a50a 100644
--- a/its/pom.xml
+++ b/its/pom.xml
@@ -83,7 +83,7 @@ under the License.
<maven.compiler.release>17</maven.compiler.release>
<wagonVersion>3.5.3</wagonVersion>
- <asmVersion>9.10</asmVersion>
+ <asmVersion>9.10.1</asmVersion>
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
<plexusXmlVersion>4.1.1</plexusXmlVersion>
diff --git a/pom.xml b/pom.xml
index 15517beb88..34c41e574c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@ under the License.
<project.build.outputTimestamp>2025-11-07T22:54:23Z</project.build.outputTimestamp>
<!-- various versions -->
<assertjVersion>3.27.7</assertjVersion>
- <asmVersion>9.10</asmVersion>
+ <asmVersion>9.10.1</asmVersion>
<byteBuddyVersion>1.18.8</byteBuddyVersion>
<classWorldsVersion>2.12.0</classWorldsVersion>
<commonsCliVersion>1.11.0</commonsCliVersion>