This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit ab485a2182237012d8d2fafc9e9e1a99e13b2da9 Author: Andriy Redko <drr...@gmail.com> AuthorDate: Tue Nov 7 20:32:42 2023 -0500 Update maven-war-plugin to 3.4.0 (cherry picked from commit a3b31d681295c49cf566e97fadc29382c02331cd) (cherry picked from commit baa33b72210bb936a77c8dd2eb249c74014d66fd) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 22927234a1..14bce7c308 100644 --- a/pom.xml +++ b/pom.xml @@ -684,7 +684,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.3.2</version> + <version>3.4.0</version> </plugin> <plugin> <groupId>org.cyclonedx</groupId>