You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2021/04/27 22:50:06 UTC

[nifi] branch main updated: NIFI-8485 Upgraded Jetty to 9.4.40

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 3fb7640  NIFI-8485 Upgraded Jetty to 9.4.40
3fb7640 is described below

commit 3fb76400db25a2db853802b03517e072bd361105
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Apr 27 13:42:41 2021 -0500

    NIFI-8485 Upgraded Jetty to 9.4.40
    
    This closes #5035
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 14e1c32..ad00b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,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.39.v20210325</jetty.version>
+        <jetty.version>9.4.40.v20210413</jetty.version>
         <jackson.version>2.12.2</jackson.version>
         <nifi.registry.version>0.8.0</nifi.registry.version>
         <nifi.groovy.version>2.5.6</nifi.groovy.version>