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/03/02 11:48:28 UTC

[nifi] branch main updated: NIFI-9743 Upgraded Jetty from 9.4.44 to 9.4.45

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 cf7af1b  NIFI-9743 Upgraded Jetty from 9.4.44 to 9.4.45
cf7af1b is described below

commit cf7af1b4637093888df5c1a9bacef749a30f4e7a
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Mar 1 11:33:25 2022 -0600

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

diff --git a/pom.xml b/pom.xml
index 29b1e9f..64478a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <org.bouncycastle.version>1.70</org.bouncycastle.version>
         <org.slf4j.version>1.7.35</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
-        <jetty.version>9.4.44.v20210927</jetty.version>
+        <jetty.version>9.4.45.v20220203</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>