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 b8fb531ef8 Bump tomcat.version from 10.1.16 to 10.1.17
b8fb531ef8 is described below
commit b8fb531ef8ddae185ad35190ab1afc47099df7c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 13 13:57:55 2023 +0000
Bump tomcat.version from 10.1.16 to 10.1.17
Bumps `tomcat.version` from 10.1.16 to 10.1.17.
Updates `org.apache.tomcat:tomcat-tribes` from 10.1.16 to 10.1.17
Updates `org.apache.tomcat:tomcat-juli` from 10.1.16 to 10.1.17
---
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 9082d769fc..4a8ce314d0 100644
--- a/modules/clustering/pom.xml
+++ b/modules/clustering/pom.xml
@@ -43,7 +43,7 @@
</scm>
<properties>
- <tomcat.version>10.1.16</tomcat.version>
+ <tomcat.version>10.1.17</tomcat.version>
</properties>
<dependencies>