This is an automated email from the ASF dual-hosted git repository.
jbertram 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 fb7655af2a ARTEMIS-3845 Update hawtio
new efedff31bd This closes #4091
fb7655af2a is described below
commit fb7655af2a6c51ce882c0ee0dbd52c4fd925b468
Author: Chuf <[email protected]>
AuthorDate: Sun May 22 12:45:33 2022 +0200
ARTEMIS-3845 Update hawtio
Update hawtio to 2.15.0 - drops support for Java8 and updates dependencies
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8e187ec024..5e976fef00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<commons.codec.version>1.15</commons.codec.version>
<fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
<guava.version>30.1-jre</guava.version>
- <hawtio.version>2.14.2</hawtio.version>
+ <hawtio.version>2.15.0</hawtio.version>
<jsr305.version>3.0.2</jsr305.version>
<jboss.logging.version>3.5.0.Final</jboss.logging.version>
<jetty.version>9.4.45.v20220203</jetty.version>