You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2022/02/01 22:30:37 UTC

[axis-axis2-java-core] branch master updated: Bump tomcat.version from 10.0.14 to 10.0.16

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 75586f7  Bump tomcat.version from 10.0.14 to 10.0.16
75586f7 is described below

commit 75586f736c6d4fc803a000fcc4549a3cad9fd70a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 1 13:37:51 2022 +0000

    Bump tomcat.version from 10.0.14 to 10.0.16
    
    Bumps `tomcat.version` from 10.0.14 to 10.0.16.
    
    Updates `tomcat-tribes` from 10.0.14 to 10.0.16
    
    Updates `tomcat-juli` from 10.0.14 to 10.0.16
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat:tomcat-tribes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.tomcat:tomcat-juli
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 modules/clustering/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/clustering/pom.xml b/modules/clustering/pom.xml
index 43b893c..3e61c51 100644
--- a/modules/clustering/pom.xml
+++ b/modules/clustering/pom.xml
@@ -43,7 +43,7 @@
     </scm>
 
     <properties>
-        <tomcat.version>10.0.14</tomcat.version>
+        <tomcat.version>10.0.16</tomcat.version>
     </properties>
 
     <dependencies>