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 fad044d16 build(deps): bump asm.version from 9.10 to 9.10.1 (#305)
fad044d16 is described below
commit fad044d16251dd3e121b13f0d71a2fbc124e4543
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 14:07:09 2026 -0500
build(deps): bump asm.version from 9.10 to 9.10.1 (#305)
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-analysis` from 9.10 to 9.10.1
Updates `org.ow2.asm:asm-tree` 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-analysis
dependency-version: 9.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ow2.asm:asm-tree
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 54f970b44..164ff2331 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.10</asm.version>
+ <asm.version>9.10.1</asm.version>
<groovy.version>3.0.25</groovy.version>
<project.build.outputTimestamp>1631003912</project.build.outputTimestamp>
</properties>