This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new 2c75af3442 Bump org.ow2.asm:asm from 9.10 to 9.10.1 (#12150)
2c75af3442 is described below
commit 2c75af3442c7f7509ce96d419793cd0cddd4cec2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 20:34:53 2026 +0200
Bump org.ow2.asm:asm from 9.10 to 9.10.1 (#12150)
Bumps org.ow2.asm:asm 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
...
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 6653cb057b..fa6baf5a6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
<version.sisu-maven-plugin>1.0.0</version.sisu-maven-plugin>
- <asmVersion>9.10</asmVersion>
+ <asmVersion>9.10.1</asmVersion>
<classWorldsVersion>2.12.0</classWorldsVersion>
<commonsCliVersion>1.11.0</commonsCliVersion>
<commonsIoVersion>2.22.0</commonsIoVersion>