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 e6cb77bbff Bump tomcat.version from 11.0.0 to 11.0.1
e6cb77bbff is described below
commit e6cb77bbff804ef6c5a396c4dcbf6e3afde2482d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 13:33:57 2024 +0000
Bump tomcat.version from 11.0.0 to 11.0.1
Bumps `tomcat.version` from 11.0.0 to 11.0.1.
Updates `org.apache.tomcat:tomcat-tribes` from 11.0.0 to 11.0.1
Updates `org.apache.tomcat:tomcat-juli` from 11.0.0 to 11.0.1
---
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] <[email protected]>
---
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 8576bf3c79..2c5785a30d 100644
--- a/modules/clustering/pom.xml
+++ b/modules/clustering/pom.xml
@@ -43,7 +43,7 @@
</scm>
<properties>
- <tomcat.version>11.0.0</tomcat.version>
+ <tomcat.version>11.0.1</tomcat.version>
</properties>
<dependencies>