You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2018/10/05 14:14:20 UTC

[avro] branch master updated: Update to latest jetty

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bbd41db  Update to latest jetty
bbd41db is described below

commit bbd41db436a8185e9c66cf3c59272d7a65f80ecc
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Oct 2 10:50:46 2018 -0400

    Update to latest jetty
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 0dc2d23..471c340 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -40,7 +40,7 @@
 
     <hadoop2.version>2.7.3</hadoop2.version>
     <jackson.version>1.9.13</jackson.version>
-    <jetty.version>9.4.6.v20170531</jetty.version>
+    <jetty.version>9.4.12.v20180830</jetty.version>
     <jopt-simple.version>5.0.3</jopt-simple.version>
     <junit.version>4.12</junit.version>
     <netty.version>3.10.6.Final</netty.version>