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 2023/02/04 06:15:55 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9204] Upgrade to jetty 9.4.50.v20221201 (#961)

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 a8bf0ae69 [AMQ-9204] Upgrade to jetty 9.4.50.v20221201 (#961)
a8bf0ae69 is described below

commit a8bf0ae69adbf7c3ef0802139bcee49a1e62ad5d
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Fri Feb 3 14:01:22 2023 -0600

    [AMQ-9204] Upgrade to jetty 9.4.50.v20221201 (#961)
    
    (cherry picked from commit 2a119d32e5661db7f177e18fc5d4040b5b9a1d0a)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58f8e5935..132c71165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <jackson-version>2.14.0</jackson-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
-    <jetty9-version>9.4.49.v20220914</jetty9-version>
+    <jetty9-version>9.4.50.v20221201</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jmdns-version>3.4.1</jmdns-version>
     <tomcat-api-version>9.0.65</tomcat-api-version>