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

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


The following commit(s) were added to refs/heads/main by this push:
     new 15d2b49e77 NIFI-12942 Upgraded Jetty from 12.0.6 to 12.0.7
15d2b49e77 is described below

commit 15d2b49e774bce5ffeb0d976e9101e3f4170504f
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Mar 25 08:39:55 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index c91980d907..9004ee27d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <org.slf4j.version>2.0.12</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <derby.version>10.17.1.0</derby.version>
-        <jetty.version>12.0.6</jetty.version>
+        <jetty.version>12.0.7</jetty.version>
         <jackson.bom.version>2.17.0</jackson.bom.version>
         <avro.version>1.11.3</avro.version>
         <jaxb.runtime.version>4.0.4</jaxb.runtime.version>

Reply via email to