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 2024/03/31 06:59:52 UTC

(activemq) branch activemq-5.17.x updated: AMQ-9458: Upgrade to Jetty 9.4.54.v20240208

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 91e2fad36 AMQ-9458: Upgrade to Jetty 9.4.54.v20240208
91e2fad36 is described below

commit 91e2fad3653eaa94f0ace4663bd6c990753a2745
Author: JB Onofré <jb...@apache.org>
AuthorDate: Sun Mar 17 11:56:15 2024 +0100

    AMQ-9458: Upgrade to Jetty 9.4.54.v20240208
    
    (cherry picked from commit ec4bde01fb683a205b0d3d71bc5bea256dc1eb16)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0dd49fea6..4539e05b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <jackson-version>2.16.2</jackson-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
-    <jetty9-version>9.4.53.v20231009</jetty9-version>
+    <jetty9-version>9.4.54.v20240208</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jmdns-version>3.4.1</jmdns-version>
     <tomcat-api-version>9.0.65</tomcat-api-version>