You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/11/11 06:56:01 UTC

[iotdb] branch rel/0.12 updated: Bump tomcat-embed-core from 8.5.46 to 8.5.72 (#4271)

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

qiaojialin pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new e87232a  Bump tomcat-embed-core from 8.5.46 to 8.5.72 (#4271)
e87232a is described below

commit e87232a6cea0f6de222b4c69fa76b46b56e81baf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 11 14:54:01 2021 +0800

    Bump tomcat-embed-core from 8.5.46 to 8.5.72 (#4271)
    
    Bumps tomcat-embed-core from 8.5.46 to 8.5.72.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/pom.xml b/server/pom.xml
index e8d31ad..7c5b8f8 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -172,7 +172,7 @@
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-core</artifactId>
-            <version>8.5.46</version>
+            <version>8.5.72</version>
             <scope>test</scope>
         </dependency>
         <dependency>