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 2022/03/15 18:42:15 UTC

[activemq-artemis] branch main updated: ARTEMIS-3724: Update Jetty to 9.4.45.v20220203

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 82069e9  ARTEMIS-3724: Update Jetty to 9.4.45.v20220203
82069e9 is described below

commit 82069e9c3c443a853cfef6d0ea39cffba5fe439d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Mar 15 15:06:25 2022 +0000

    ARTEMIS-3724: Update Jetty to 9.4.45.v20220203
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33d0305..0b3de59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
       <hawtio.version>2.14.2</hawtio.version>
       <jsr305.version>3.0.2</jsr305.version>
       <jboss.logging.version>3.4.2.Final</jboss.logging.version>
-      <jetty.version>9.4.44.v20210927</jetty.version>
+      <jetty.version>9.4.45.v20220203</jetty.version>
       <tomcat.servlet-api.version>8.5.76</tomcat.servlet-api.version>
       <jgroups.version>5.2.0.Final</jgroups.version>
       <errorprone.version>2.10.0</errorprone.version>