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 1442a81f2 build(deps): bump asm.version from 9.9 to 9.9.1 (#1483)
1442a81f2 is described below
commit 1442a81f263317cc1b9ce91260a7cc7150916526
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 09:34:56 2025 +0100
build(deps): bump asm.version from 9.9 to 9.9.1 (#1483)
Bumps `asm.version` from 9.9 to 9.9.1.
Updates `org.ow2.asm:asm` from 9.9 to 9.9.1
Updates `org.ow2.asm:asm-commons` from 9.9 to 9.9.1
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-commons
dependency-version: 9.9.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 2e32de5e1..7bb3f92c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<!-- dependency versions in alphanumeric order -->
- <asm.version>9.9</asm.version>
+ <asm.version>9.9.1</asm.version>
<byte-buddy.version>1.18.2</byte-buddy.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>