You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/06/29 15:17:14 UTC

[nifi] branch main updated: NIFI-10175 Upgraded Jetty from 9.4.46 to 9.4.48

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 5bdede1fab NIFI-10175 Upgraded Jetty from 9.4.46 to 9.4.48
5bdede1fab is described below

commit 5bdede1fab7cbde997e686283e312cc8a3de8746
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jun 28 16:01:46 2022 -0500

    NIFI-10175 Upgraded Jetty from 9.4.46 to 9.4.48
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6166.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be96b8f2a4..5f871c66d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <org.bouncycastle.version>1.70</org.bouncycastle.version>
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.2.0</ranger.version>
-        <jetty.version>9.4.46.v20220331</jetty.version>
+        <jetty.version>9.4.48.v20220622</jetty.version>
         <jackson.bom.version>2.13.3</jackson.bom.version>
         <avro.version>1.11.0</avro.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>