This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 85d08d39665e7a85f6a9028a5b7c603f372b7d0a
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Mon Sep 26 09:32:53 2022 -0400

    NIFI-10548 Updated Jetty version
    
    This closes #6449
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e85b30fc95..ffeaaca13a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <testcontainers.version>1.17.3</testcontainers.version>
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.3.0</ranger.version>
-        <jetty.version>9.4.48.v20220622</jetty.version>
+        <jetty.version>9.4.49.v20220914</jetty.version>
         <jackson.bom.version>2.13.4</jackson.bom.version>
         <avro.version>1.11.1</avro.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>

Reply via email to