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

jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c66f97  TEZ-4083. Upgrade to latest 9.3.x Jetty version
9c66f97 is described below

commit 9c66f974b2932a2d9551e6e7b6b1ed7e75c02f6d
Author: László Bodor <[email protected]>
AuthorDate: Mon Nov 18 10:05:45 2019 -0600

    TEZ-4083. Upgrade to latest 9.3.x Jetty version
    
    Signed-off-by: Jonathan Eagles <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd526fa..1a5148a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <clover.license>${user.home}/clover.license</clover.license>
     <hadoop.version>3.0.3</hadoop.version>
-    <jetty.version>9.3.24.v20180605</jetty.version>
+    <jetty.version>9.3.28.v20191105</jetty.version>
     <netty.version>3.10.5.Final</netty.version>
     <pig.version>0.13.0</pig.version>
     <jersey.version>1.19</jersey.version>

Reply via email to