This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
The following commit(s) were added to refs/heads/master by this push:
new 81e772a0 Bump asm.version from 9.9.1 to 9.10 (#112)
81e772a0 is described below
commit 81e772a053b3bed7fd386ecceddd27aff0ad06ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 19:48:19 2026 +0200
Bump asm.version from 9.9.1 to 9.10 (#112)
Bumps `asm.version` from 9.9.1 to 9.10.
Updates `org.ow2.asm:asm` from 9.9.1 to 9.10
Updates `org.ow2.asm:asm-commons` from 9.9.1 to 9.10
Updates `org.ow2.asm:asm-util` from 9.9.1 to 9.10
Updates `org.ow2.asm:asm-tree` from 9.9.1 to 9.10
Updates `org.ow2.asm:asm-analysis` 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
- dependency-name: org.ow2.asm:asm-commons
dependency-version: '9.10'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
dependency-version: '9.10'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
dependency-version: '9.10'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-analysis
dependency-version: '9.10'
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>
---
itests/felix/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml
index e9dd8763..9ffbb311 100644
--- a/itests/felix/pom.xml
+++ b/itests/felix/pom.xml
@@ -35,7 +35,7 @@
<name>Aries Remote Service Admin itests felix</name>
<properties>
- <asm.version>9.9.1</asm.version>
+ <asm.version>9.10</asm.version>
</properties>
<dependencies>