You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/04/04 19:45:46 UTC

[accumulo] branch 1.9 updated: Upgrade jetty to latest 9.2 version (#1072)

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

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


The following commit(s) were added to refs/heads/1.9 by this push:
     new 382c0a5  Upgrade jetty to latest 9.2 version (#1072)
382c0a5 is described below

commit 382c0a5b461720bc5e2ca1b29d5c22cd740b7b92
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Apr 4 15:45:42 2019 -0400

    Upgrade jetty to latest 9.2 version (#1072)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bbf0d10..09a0e30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <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.17.v20160517</jetty.version>
+    <jetty.version>9.2.26.v20180806</jetty.version>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.plugin-version>3.0.5</maven.plugin-version>