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 b236200a84 NIFI-12208 Upgraded Jetty from 10.0.16 to 10.0.17
b236200a84 is described below

commit b236200a84991559823954165484df9de2bf9d79
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Oct 11 08:38:00 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 0519da9786..627c3bb727 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,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.16</jetty.version>
+        <jetty.version>10.0.17</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