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 2022/11/15 13:19:36 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9113] Upgrade to Jetty 9.4.49.v20220914

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

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 31b6a03e8 [AMQ-9113] Upgrade to Jetty 9.4.49.v20220914
31b6a03e8 is described below

commit 31b6a03e8bbdcd989c27861cfa4c9bd1e6fe90ad
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Tue Oct 11 08:32:44 2022 -0500

    [AMQ-9113] Upgrade to Jetty 9.4.49.v20220914
    
    (cherry picked from commit 3de38130edbde6731cf6b7e12efa44929bdef0d9)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 13b4d8289..bb5d67255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <jackson-databind-version>2.13.4.1</jackson-databind-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
-    <jetty9-version>9.4.48.v20220622</jetty9-version>
+    <jetty9-version>9.4.49.v20220914</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jmdns-version>3.4.1</jmdns-version>
     <tomcat-api-version>9.0.65</tomcat-api-version>