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 703ea34c66 NIFI-12348 Update jetty.version to 10.0.18
703ea34c66 is described below

commit 703ea34c6655965e205384f89500f153321358a9
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Sun Nov 12 12:44:15 2023 -0500

    NIFI-12348 Update jetty.version to 10.0.18
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8010.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ccace5cc63..0d4f0a9227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <org.slf4j.version>2.0.9</org.slf4j.version>
         <derby.version>10.16.1.1</derby.version>
         <ranger.version>2.4.0</ranger.version>
-        <jetty.version>10.0.17</jetty.version>
+        <jetty.version>10.0.18</jetty.version>
         <jackson.bom.version>2.15.3</jackson.bom.version>
         <avro.version>1.11.3</avro.version>
         <jaxb.runtime.version>2.3.8</jaxb.runtime.version>

Reply via email to