You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2019/12/05 16:20:11 UTC

[avro] branch master updated: AVRO-2646: Update Jetty to version 9.4.24.v20191120

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

iemejia 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 c4f3bb6  AVRO-2646: Update Jetty to version 9.4.24.v20191120
c4f3bb6 is described below

commit c4f3bb67dd8c6e28fce2f84cbaf0cb353ec2b2aa
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Dec 5 15:09:32 2019 +0100

    AVRO-2646: Update Jetty to version 9.4.24.v20191120
---
 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 e740105..0b1e069 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
     <jackson.version>2.10.0</jackson.version>
     <jackson.databind.version>2.10.0</jackson.databind.version>
     <servlet-api.version>4.0.1</servlet-api.version>
-    <jetty.version>9.4.21.v20190926</jetty.version>
+    <jetty.version>9.4.24.v20191120</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>