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

ctubbsii pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new 341b8b9540 Bump Jetty to 9.3 for Accumulo 1.10 (#3280)
341b8b9540 is described below

commit 341b8b9540718039c8ea40851a2e25bfe9358a96
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Apr 7 14:59:58 2023 -0400

    Bump Jetty to 9.3 for Accumulo 1.10 (#3280)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e1e7cd0d2..854443da2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,8 +132,8 @@
     <htrace.hadoop.version>4.1.0-incubating</htrace.hadoop.version>
     <htrace.version>3.1.0-incubating</htrace.version>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
-    <!-- jetty 9.2 is the last version to support jdk less than 1.8 -->
-    <jetty.version>9.2.30.v20200428</jetty.version>
+    <!-- jetty 9.3 requires JDK 8, but newer versions require bigger changes 
-->
+    <jetty.version>9.3.30.v20211001</jetty.version>
     <maven.compiler.release>8</maven.compiler.release>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>

Reply via email to