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 00dc79c633 NIFI-12045 Upgraded Jetty from 10.0.15 to 10.0.16
00dc79c633 is described below
commit 00dc79c633d3ef4a2e49a70d4fe6190f1cd61a2d
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Sep 14 15:52:37 2023 -0500
NIFI-12045 Upgraded Jetty from 10.0.15 to 10.0.16
Signed-off-by: Pierre Villard <[email protected]>
This closes #7730.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d382039b6c..9226cf1152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<org.slf4j.version>2.0.7</org.slf4j.version>
<derby.version>10.16.1.1</derby.version>
<ranger.version>2.4.0</ranger.version>
- <jetty.version>10.0.15</jetty.version>
+ <jetty.version>10.0.16</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>