This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 59f3ddccfc Bump asm.version from 9.10 to 9.10.1 (#1467)
59f3ddccfc is described below
commit 59f3ddccfcd83653d51f44dbcd43862cc2b4ea2c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 24 17:59:57 2026 +0200
Bump asm.version from 9.10 to 9.10.1 (#1467)
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
Updates `org.ow2.asm:asm-util` 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
- dependency-name: org.ow2.asm:asm-util
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 76701c3c9e..3c39dcbe2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<maven.compiler.release>21</maven.compiler.release>
<!-- Project Versions -->
- <asm.version>9.10</asm.version>
+ <asm.version>9.10.1</asm.version>
<aspectj.version>1.9.25.1</aspectj.version>
<assertj-core.version>3.27.7</assertj-core.version>
<bouncycastle.version>1.84</bouncycastle.version>