You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/03/10 22:20:56 UTC

[nifi] branch support/nifi-1.13 updated: NIFI-8309 updating to latest Jetty

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

joewitt pushed a commit to branch support/nifi-1.13
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.13 by this push:
     new a2f20fe  NIFI-8309 updating to latest Jetty
a2f20fe is described below

commit a2f20fe45e0558ccbc3f481e036376d12761db9d
Author: Joe Witt <jo...@apache.org>
AuthorDate: Wed Mar 10 13:13:43 2021 -0700

    NIFI-8309 updating to latest Jetty
---
 nifi-commons/nifi-site-to-site-client/pom.xml | 1 -
 pom.xml                                       | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi-commons/nifi-site-to-site-client/pom.xml
index 4b6767b..ecb3b02 100644
--- a/nifi-commons/nifi-site-to-site-client/pom.xml
+++ b/nifi-commons/nifi-site-to-site-client/pom.xml
@@ -116,7 +116,6 @@
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-servlet</artifactId>
-            <!--<version>9.4.14.v20181114</version>-->
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 3925727..638d2cb 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.35.v20201120</jetty.version>
+        <jetty.version>9.4.38.v20210224</jetty.version>
         <jackson.version>2.9.10</jackson.version>
         <jackson-databind.version>2.9.10.8</jackson-databind.version>
         <nifi.registry.version>0.8.0</nifi.registry.version>