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 e637bb16a build(deps): bump asm.version from 9.10 to 9.10.1 (#1713)
e637bb16a is described below
commit e637bb16a3f1a011a1bd627b7c06fbf54be06525
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 07:17:30 2026 +0200
build(deps): bump asm.version from 9.10 to 9.10.1 (#1713)
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 8a36ea84a..2c4b9ade6 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.10</asm.version>
+ <asm.version>9.10.1</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>