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/04/23 20:01:42 UTC

[activemq-artemis] branch main updated: ARTEMIS-3266 Upgrade jetty version to 9.4.40.v20210413

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 792fc7f  ARTEMIS-3266 Upgrade jetty version to 9.4.40.v20210413
792fc7f is described below

commit 792fc7f80ef0b7f01efe62828b0281ace18f3044
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Fri Apr 23 21:11:35 2021 +0200

    ARTEMIS-3266 Upgrade jetty version to 9.4.40.v20210413
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce83e77..5b7b3fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
       <fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
       <guava.version>30.1-jre</guava.version>
       <jboss.logging.version>3.4.0.Final</jboss.logging.version>
-      <jetty.version>9.4.38.v20210224</jetty.version>
+      <jetty.version>9.4.40.v20210413</jetty.version>
       <jgroups.version>3.6.13.Final</jgroups.version>
       <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
       <mockito.version>3.3.3</mockito.version>