You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/06 18:27:18 UTC

[activemq-artemis] branch master updated: ARTEMIS-2606 Upgrade to Hawt.io 1.5.12

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae31854  ARTEMIS-2606 Upgrade to Hawt.io 1.5.12
     new 2f71327  This closes #2965
ae31854 is described below

commit ae31854548d6a53df0e02309e1079fcb4755f814
Author: Sebastian Thomschke <se...@users.noreply.github.com>
AuthorDate: Fri Jan 31 10:49:05 2020 +0100

    ARTEMIS-2606 Upgrade to Hawt.io 1.5.12
---
 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 4918109..6340056 100644
--- a/artemis-hawtio/pom.xml
+++ b/artemis-hawtio/pom.xml
@@ -38,7 +38,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         
-        <hawtio.version>1.5.5</hawtio.version>
+        <hawtio.version>1.5.12</hawtio.version>
         <jline.version>3.2.0</jline.version>
         <junit-version>4.11</junit-version>
         <log4j-version>1.2.17</log4j-version>