This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 794f77c7367bd45ad21040650d0e46b9cf37a195 Author: exceptionfactory <[email protected]> AuthorDate: Mon Apr 3 10:42:44 2023 -0500 NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 9.4.51 Signed-off-by: Joe Witt <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f108c98251..c47e65acb0 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ <testcontainers.version>1.17.6</testcontainers.version> <org.slf4j.version>2.0.7</org.slf4j.version> <ranger.version>2.4.0</ranger.version> - <jetty.version>9.4.50.v20221201</jetty.version> + <jetty.version>9.4.51.v20230217</jetty.version> <jackson.bom.version>2.14.2</jackson.bom.version> <avro.version>1.11.1</avro.version> <jaxb.runtime.version>2.3.5</jaxb.runtime.version>
