This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 8e09bf198e NIFI-12083 Upgraded Jetty from 9.4.51 to 9.4.52
8e09bf198e is described below
commit 8e09bf198eef97d9899ff8c169c5589d8a48dcdb
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Sep 18 15:40:28 2023 -0500
NIFI-12083 Upgraded Jetty from 9.4.51 to 9.4.52
Signed-off-by: Pierre Villard <[email protected]>
This closes #7753.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0ef782e28a..16fbe41cb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<testcontainers.version>1.19.0</testcontainers.version>
<org.slf4j.version>2.0.9</org.slf4j.version>
<ranger.version>2.4.0</ranger.version>
- <jetty.version>9.4.51.v20230217</jetty.version>
+ <jetty.version>9.4.52.v20230823</jetty.version>
<jackson.bom.version>2.15.2</jackson.bom.version>
<avro.version>1.11.2</avro.version>
<jaxb.runtime.version>2.3.8</jaxb.runtime.version>