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 ee2cc714d build(deps): bump asm.version from 9.9 to 9.9.1 (#256)
ee2cc714d is described below

commit ee2cc714d3e4168dab150ec5680ea9894d97b13e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 03:21:29 2025 -0600

    build(deps): bump asm.version from 9.9 to 9.9.1 (#256)
    
    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
    
    Updates `org.ow2.asm:asm-analysis` from 9.9 to 9.9.1
    
    Updates `org.ow2.asm:asm-tree` from 9.9 to 9.9.1
    
    Updates `org.ow2.asm:asm-util` 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
    - dependency-name: org.ow2.asm:asm-analysis
      dependency-version: 9.9.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.ow2.asm:asm-tree
      dependency-version: 9.9.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.ow2.asm:asm-util
      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 9d39e6234..afd3b472c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <properties>
     <maven.compiler.release>11</maven.compiler.release>
-    <asm.version>9.9</asm.version>
+    <asm.version>9.9.1</asm.version>
     <groovy.version>3.0.25</groovy.version>
     <project.build.outputTimestamp>1631003912</project.build.outputTimestamp>
   </properties>

Reply via email to