This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new d13be6da9 Bump asm.version from 9.6 to 9.7.1 in /spi-fly
d13be6da9 is described below
commit d13be6da989ba3b0baac911bda8e19af393d4903
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 10 18:38:54 2025 +0000
Bump asm.version from 9.6 to 9.7.1 in /spi-fly
Bumps `asm.version` from 9.6 to 9.7.1.
Updates `org.ow2.asm:asm` from 9.6 to 9.7.1
Updates `org.ow2.asm:asm-commons` from 9.6 to 9.7.1
Updates `org.ow2.asm:asm-util` from 9.6 to 9.7.1
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
spi-fly/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 9c6b03d7b..4a8859bf1 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -48,7 +48,7 @@
<project.scm.id>apache.releases.https</project.scm.id>
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
- <asm.version>9.6</asm.version>
+ <asm.version>9.7.1</asm.version>
<assertj.version>3.27.2</assertj.version>
<bnd.version>6.4.0</bnd.version>
<easymock.version>5.5.0</easymock.version>