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

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new e7888d177c NIFI-12209 Upgraded Jetty from 9.4.52 to 9.4.53
e7888d177c is described below

commit e7888d177ccbc06ae796778399730113d263fe1f
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Oct 11 08:41:17 2023 -0500

    NIFI-12209 Upgraded Jetty from 9.4.52 to 9.4.53
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #7867.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0a48fe3c3..811bf3ef42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <testcontainers.version>1.19.1</testcontainers.version>
         <org.slf4j.version>2.0.9</org.slf4j.version>
         <ranger.version>2.4.0</ranger.version>
-        <jetty.version>9.4.52.v20230823</jetty.version>
+        <jetty.version>9.4.53.v20231009</jetty.version>
         <jackson.bom.version>2.15.2</jackson.bom.version>
         <avro.version>1.11.3</avro.version>
         <jaxb.runtime.version>2.3.8</jaxb.runtime.version>

Reply via email to