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

exceptionfactory 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 f923b75  NIFI-8705 - Upgrade Jetty to 9.4.42.v20210604
f923b75 is described below

commit f923b757f7cb3c88f2331e26300c8f6bfde4d34c
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Jun 15 22:26:29 2021 +0400

    NIFI-8705 - Upgrade Jetty to 9.4.42.v20210604
    
    This closes #5161
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 20b4bde..77b45aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <org.bouncycastle.version>1.68</org.bouncycastle.version>
         <org.slf4j.version>1.7.30</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
-        <jetty.version>9.4.40.v20210413</jetty.version>
+        <jetty.version>9.4.42.v20210604</jetty.version>
         <jackson.version>2.12.2</jackson.version>
         <nifi.groovy.version>2.5.6</nifi.groovy.version>
         <surefire.version>2.22.2</surefire.version>

Reply via email to