This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/main by this push:
new c83760924 build(deps): bump asm.version from 9.9.1 to 9.10 (#303)
c83760924 is described below
commit c83760924a6572c123bbf7319ce91b32c4a349c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 11:28:42 2026 -0400
build(deps): bump asm.version from 9.9.1 to 9.10 (#303)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d1c628fad..54f970b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<properties>
<!-- Java 11 or greater is required for site build tooling (JBake, Groovy
templates). -->
<maven.compiler.release>11</maven.compiler.release>
- <asm.version>9.9.1</asm.version>
+ <asm.version>9.10</asm.version>
<groovy.version>3.0.25</groovy.version>
<project.build.outputTimestamp>1631003912</project.build.outputTimestamp>
</properties>