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 2021/07/28 05:21:47 UTC

[activemq] branch main updated: [AMQ-8330] Update Jetty to 9.4.43.v20210629

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 224ff23  [AMQ-8330] Update Jetty to 9.4.43.v20210629
     new 1dbb64b  Merge pull request #688 from mattrpav/AMQ-8330
224ff23 is described below

commit 224ff23789ccd332cfa6ca4786fd29a76c67179f
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Fri Jul 16 11:42:37 2021 -0500

    [AMQ-8330] Update Jetty to 9.4.43.v20210629
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4c7b6b0..1a45b90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <jackson-version>2.12.3</jackson-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
-    <jetty9-version>9.4.42.v20210604</jetty9-version>
+    <jetty9-version>9.4.43.v20210629</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jmdns-version>3.4.1</jmdns-version>
     <tomcat-api-version>9.0.46</tomcat-api-version>