This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 c46e910fc AMQ-9327: Downgrade to Jetty 11.0.15
c46e910fc is described below
commit c46e910fc42161aedb7a142ec86814ef68e76042
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Oct 22 15:44:10 2023 +0200
AMQ-9327: Downgrade to Jetty 11.0.15
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6bbe2047a..6f4b60894 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<jasypt-version>1.9.3</jasypt-version>
<jaxb-version>4.0.2</jaxb-version>
<jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
- <jetty11-version>11.0.17</jetty11-version>
+ <jetty11-version>11.0.15</jetty11-version>
<jetty-version>${jetty11-version}</jetty-version>
<jmdns-version>3.5.8</jmdns-version>
<tomcat-api-version>9.0.65</tomcat-api-version>