You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/09/12 19:59:52 UTC

[juneau] branch master updated: JUNEAU-84

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bdc6d96  JUNEAU-84
bdc6d96 is described below

commit bdc6d966d9f849fecde14b4698b053dea8ee27dd
Author: JamesBognar <ja...@apache.org>
AuthorDate: Wed Sep 12 15:59:35 2018 -0400

    JUNEAU-84
    
    Upgrade to Jetty 9.4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea75ffd..f1ae0ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
 		<jaxrs.version>1.1.1</jaxrs.version>
 		<servlet.version>3.1.0</servlet.version>
 		<httpclient.version>4.5.4</httpclient.version>
-		<jetty.version>9.4.11.v20180605</jetty.version>
+		<jetty.version>9.4.12.v20180830</jetty.version>
 	</properties>
 
 	<dependencyManagement>