This is an automated email from the ASF dual-hosted git repository.

zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 20e77a45f2 build(deps): bump tomcat.version from 8.5.100 to 10.1.52 
(#16078)
20e77a45f2 is described below

commit 20e77a45f265c09348bdddc9ea72f15aaa75eb14
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 14:04:29 2026 +0800

    build(deps): bump tomcat.version from 8.5.100 to 10.1.52 (#16078)
    
    Bumps `tomcat.version` from 8.5.100 to 10.1.52.
    
    Updates `org.apache.tomcat.embed:tomcat-embed-core` from 8.5.100 to 10.1.52
    
    Updates `org.apache.tomcat.embed:tomcat-embed-el` from 10.1.50 to 10.1.52
    
    Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.50 to 
10.1.52
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-core
      dependency-version: 10.1.52
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-el
      dependency-version: 10.1.52
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
      dependency-version: 10.1.52
      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 588774b228..a2d5920b8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1104,7 +1104,7 @@
     <profile>
       <id>spring-boot-3</id>
       <properties>
-        <tomcat.version>10.1.50</tomcat.version>
+        <tomcat.version>10.1.52</tomcat.version>
       </properties>
       <dependencyManagement>
         <dependencies>

Reply via email to