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 2023/03/12 17:20:17 UTC

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

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 14d3836090 Bump tomcat.version from 10.1.6 to 10.1.7
14d3836090 is described below

commit 14d3836090e94ef426410b405b5b77ee147deb76
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 6 14:00:03 2023 +0000

    Bump tomcat.version from 10.1.6 to 10.1.7
    
    Bumps `tomcat.version` from 10.1.6 to 10.1.7.
    
    Updates `tomcat-tribes` from 10.1.6 to 10.1.7
    
    Updates `tomcat-juli` from 10.1.6 to 10.1.7
    
    ---
    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 55553c2867..c4d5de288b 100644
--- a/modules/clustering/pom.xml
+++ b/modules/clustering/pom.xml
@@ -43,7 +43,7 @@
     </scm>
 
     <properties>
-        <tomcat.version>10.1.6</tomcat.version>
+        <tomcat.version>10.1.7</tomcat.version>
     </properties>
 
     <dependencies>