This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new cc6b4cfd6 build(deps): bump asm.version from 9.9.1 to 9.10 (#1695)
cc6b4cfd6 is described below
commit cc6b4cfd6ee64962ab7c3d9974003faa16172101
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 09:18:23 2026 +0200
build(deps): bump asm.version from 9.9.1 to 9.10 (#1695)
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
---
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
...
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 4b2bf929b..1cedf4268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version>
<!-- dependency versions in alphanumeric order -->
- <asm.version>9.9.1</asm.version>
+ <asm.version>9.10</asm.version>
<byte-buddy.version>1.18.8</byte-buddy.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>