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

[avro] branch master updated: AVRO-2585: Bump jetty.version from 9.4.20.v20190813 to 9.4.21.v20190926 (#673)

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

nkollar 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 6a5ef2b  AVRO-2585: Bump jetty.version from 9.4.20.v20190813 to 9.4.21.v20190926 (#673)
6a5ef2b is described below

commit 6a5ef2beabe52fb8612c807f424fc6cc64dacd2b
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Wed Oct 9 22:20:25 2019 +0200

    AVRO-2585: Bump jetty.version from 9.4.20.v20190813 to 9.4.21.v20190926 (#673)
---
 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 a77822a..f64ecc7 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
     <jackson.version>2.9.10</jackson.version>
     <jackson.databind.version>2.9.10</jackson.databind.version>
     <servlet-api.version>4.0.1</servlet-api.version>
-    <jetty.version>9.4.20.v20190813</jetty.version>
+    <jetty.version>9.4.21.v20190926</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit.version>4.12</junit.version>
     <netty.version>3.10.6.Final</netty.version>