This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch support/struts-6-x-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/support/struts-6-x-x by this
push:
new f9f69482c build(deps): bump asm.version from 9.10 to 9.10.1 (#1728)
f9f69482c is described below
commit f9f69482c7326059e108cd1ac146369c8d84998c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 13 08:29:17 2026 +0200
build(deps): bump asm.version from 9.10 to 9.10.1 (#1728)
Bumps `asm.version` from 9.10 to 9.10.1.
Updates `org.ow2.asm:asm` from 9.10 to 9.10.1
Updates `org.ow2.asm:asm-commons` 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
- dependency-name: org.ow2.asm:asm-commons
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 ce611b9df..546d5ced2 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.10</asm.version>
+ <asm.version>9.10.1</asm.version>
<jackson.version>2.21.4</jackson.version>
<log4j2.version>2.26.0</log4j2.version>
<ognl.version>3.3.5</ognl.version>