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 2020/12/22 10:28:01 UTC

[nifi] branch main updated: NIFI-8098 - Bump jetty.version from 9.4.34.v20201102 to 9.4.35.v20201120

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 19bf89f  NIFI-8098 - Bump jetty.version from 9.4.34.v20201102 to 9.4.35.v20201120
19bf89f is described below

commit 19bf89f7ed277520f69c7bfb5e1c59c3e8c669f3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 2 18:34:14 2020 +0000

    NIFI-8098 - Bump jetty.version from 9.4.34.v20201102 to 9.4.35.v20201120
    
    dependabot[bot] <su...@github.com> Updates `jetty-server` from 9.4.34.v20201102 to 9.4.35.v20201120
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #4731.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a6d00f3..30883c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
         <inceptionYear>2014</inceptionYear>
         <org.slf4j.version>1.7.30</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
-        <jetty.version>9.4.34.v20201102</jetty.version>
+        <jetty.version>9.4.35.v20201120</jetty.version>
         <jackson.version>2.9.10</jackson.version>
         <jackson-databind.version>2.9.10.5</jackson-databind.version>
         <nifi.registry.version>0.8.0</nifi.registry.version>