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 2b0f7ac5c4 NIFI-10995 Update Jetty to 9.4.50.v20221201
2b0f7ac5c4 is described below
commit 2b0f7ac5c40cdd90b57deedcdeef32099e3b8af2
Author: mr1716 <[email protected]>
AuthorDate: Tue Dec 20 07:16:26 2022 -0500
NIFI-10995 Update Jetty to 9.4.50.v20221201
Signed-off-by: Pierre Villard <[email protected]>
This closes #6799.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 85d7f1f407..36e8b8498f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<testcontainers.version>1.17.5</testcontainers.version>
<org.slf4j.version>1.7.36</org.slf4j.version>
<ranger.version>2.3.0</ranger.version>
- <jetty.version>9.4.49.v20220914</jetty.version>
+ <jetty.version>9.4.50.v20221201</jetty.version>
<jackson.bom.version>2.14.1</jackson.bom.version>
<avro.version>1.11.1</avro.version>
<jaxb.runtime.version>2.3.5</jaxb.runtime.version>