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 edfa467a9 chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core
(#2618)
edfa467a9 is described below
commit edfa467a9210d9719bf2757b33ee5e18e8940101
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 08:50:07 2026 -0500
chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#2618)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.49 to 10.1.50.
---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
dependency-version: 10.1.50
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
samples/spring-boot-3-web/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/spring-boot-3-web/pom.xml
b/samples/spring-boot-3-web/pom.xml
index ace2a79d5..96191e9e2 100644
--- a/samples/spring-boot-3-web/pom.xml
+++ b/samples/spring-boot-3-web/pom.xml
@@ -135,7 +135,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
- <version>10.1.49</version>
+ <version>10.1.50</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>