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 58b475a08 chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core 
(#2619)
58b475a08 is described below

commit 58b475a080e9bbad85de3f75531ac81cba9b19cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 08:49:46 2026 -0500

    chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#2619)
    
    Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.112 to 9.0.113.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-core
      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 9c8cafc65..ca68c2215 100644
--- a/samples/web-jakarta/pom.xml
+++ b/samples/web-jakarta/pom.xml
@@ -61,7 +61,7 @@
             <dependency>
                 <groupId>org.apache.tomcat.embed</groupId>
                 <artifactId>tomcat-embed-core</artifactId>
-                <version>9.0.112</version>
+                <version>9.0.113</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tomcat.embed</groupId>

Reply via email to