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

greyp 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 c7fa3a2a1c NIFI-9870 Upgraded Jetty from 9.4.45 to 9.4.46
c7fa3a2a1c is described below

commit c7fa3a2a1c4a63196e72c19af8ddfa836ad0af6c
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Apr 4 14:53:24 2022 -0500

    NIFI-9870 Upgraded Jetty from 9.4.45 to 9.4.46
    
    This closes #5928
    Signed-off-by: Paul Grey <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dfc0faf13d..51c2ac12fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <org.bouncycastle.version>1.70</org.bouncycastle.version>
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
-        <jetty.version>9.4.45.v20220203</jetty.version>
+        <jetty.version>9.4.46.v20220331</jetty.version>
         <jackson.version>2.13.1</jackson.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>
         <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>

Reply via email to