You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/07/23 14:27:55 UTC

[activemq-artemis] branch main updated: ARTEMIS-3380 Upgrade jetty version to 9.4.43.v20210629

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

clebertsuconic 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 1d15fb1  ARTEMIS-3380 Upgrade jetty version to 9.4.43.v20210629
1d15fb1 is described below

commit 1d15fb1a3f2199281ce411f7a40feb57f836eae4
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Thu Jul 8 13:43:33 2021 +0200

    ARTEMIS-3380 Upgrade jetty version to 9.4.43.v20210629
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68d04d2..a1eedca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
       <fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
       <guava.version>30.1-jre</guava.version>
       <jboss.logging.version>3.4.2.Final</jboss.logging.version>
-      <jetty.version>9.4.40.v20210413</jetty.version>
+      <jetty.version>9.4.43.v20210629</jetty.version>
       <jgroups.version>3.6.13.Final</jgroups.version>
       <errorprone.version>2.6.0</errorprone.version>
       <maven.enforcer.plugin.version>3.0.0-M3</maven.enforcer.plugin.version>