This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new 227d06d71 [AMQ-9204] Upgrade to Jetty 9.4.50.v20221201
new de06e019c Merge pull request #971 from jbonofre/AMQ-9204
227d06d71 is described below
commit 227d06d712589e88da00949ab452dd72b4351f54
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Feb 9 10:26:34 2023 +0100
[AMQ-9204] Upgrade to Jetty 9.4.50.v20221201
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 02c2d8734..a460efeeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<jackson-databind-version>2.13.4.1</jackson-databind-version>
<jasypt-version>1.9.3</jasypt-version>
<jaxb-bundle-version>2.2.11_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.58</tomcat-api-version>