This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 2a119d32e [AMQ-9204] Upgrade to jetty 9.4.50.v20221201 (#961)
2a119d32e is described below
commit 2a119d32e5661db7f177e18fc5d4040b5b9a1d0a
Author: Matt Pavlovich <[email protected]>
AuthorDate: Fri Feb 3 14:01:22 2023 -0600
[AMQ-9204] Upgrade to jetty 9.4.50.v20221201 (#961)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5a413b088..95a195aba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,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>