You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2021/06/08 11:39:06 UTC

[activemq-artemis] branch main updated: no-jira - update mvn-war-plugin to get rid of xstream security warning in build

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

gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new b432eb8  no-jira - update mvn-war-plugin to get rid of xstream security warning in build
b432eb8 is described below

commit b432eb8a5d72b6ec16875c462b4fc2f356c120fa
Author: gtully <ga...@gmail.com>
AuthorDate: Tue Jun 8 12:38:39 2021 +0100

    no-jira - update mvn-war-plugin to get rid of xstream security warning in build
---
 artemis-hawtio/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-hawtio/pom.xml b/artemis-hawtio/pom.xml
index 67ceeed..e775121 100644
--- a/artemis-hawtio/pom.xml
+++ b/artemis-hawtio/pom.xml
@@ -51,7 +51,7 @@
         <slf4j-api-version>1.6.6</slf4j-api-version>
         <slf4j-version>1.7.21</slf4j-version>
 
-        <war-plugin-version>3.2.3</war-plugin-version>
+        <war-plugin-version>3.3.1</war-plugin-version>
     </properties>
 
     <dependencyManagement>