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.git


The following commit(s) were added to refs/heads/main by this push:
     new cf2f71e93 chore(deps): bump org.apache.tomcat:tomcat-catalina (#2615)
cf2f71e93 is described below

commit cf2f71e933bce90a395b021a18a9f0adf430cc3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 08:50:22 2026 -0500

    chore(deps): bump org.apache.tomcat:tomcat-catalina (#2615)
    
    Bumps org.apache.tomcat:tomcat-catalina from 9.0.112 to 9.0.113.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat:tomcat-catalina
      dependency-version: 9.0.113
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 samples/web-jakarta/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/web-jakarta/pom.xml b/samples/web-jakarta/pom.xml
index ca68c2215..03799d1ce 100644
--- a/samples/web-jakarta/pom.xml
+++ b/samples/web-jakarta/pom.xml
@@ -81,7 +81,7 @@
             <dependency>
                 <groupId>org.apache.tomcat</groupId>
                 <artifactId>tomcat-catalina</artifactId>
-                <version>9.0.112</version>
+                <version>9.0.113</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to