This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch release/struts-6-7-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/release/struts-6-7-x by this
push:
new f053c78db Bump asm.version from 9.7.1 to 9.9 (#1393)
f053c78db is described below
commit f053c78db2309f43dcc1da78474450f984265dab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 06:51:55 2025 +0100
Bump asm.version from 9.7.1 to 9.9 (#1393)
Bumps `asm.version` from 9.7.1 to 9.9.
Updates `org.ow2.asm:asm` from 9.7.1 to 9.9
Updates `org.ow2.asm:asm-commons` from 9.7.1 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
...
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 a21342007..300548f74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<!-- dependency versions in alphanumeric order -->
- <asm.version>9.7.1</asm.version>
+ <asm.version>9.9</asm.version>
<jackson.version>2.20.0</jackson.version>
<log4j2.version>2.25.1</log4j2.version>
<ognl.version>3.3.5</ognl.version>