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 522e8ad888 NIFI-13033 Upgraded Jetty from 12.0.7 to 12.0.8
522e8ad888 is described below

commit 522e8ad888b565030272872c606d8435eaf8eb10
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Apr 12 11:32:49 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index 6a3c03b036..e58314445d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,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.7</jetty.version>
+        <jetty.version>12.0.8</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