You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/09/30 20:37:55 UTC

[maven-resolver] 01/03: [MRESOLVER-57] Upgrade Jetty to 9.2.26.v20180806

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit a946591ba2de1309bd014c6a9dccaec12a93d624
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 30 22:30:31 2018 +0200

    [MRESOLVER-57] Upgrade Jetty to 9.2.26.v20180806
---
 maven-resolver-transport-http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-transport-http/pom.xml b/maven-resolver-transport-http/pom.xml
index 533150d..7a46d0d 100644
--- a/maven-resolver-transport-http/pom.xml
+++ b/maven-resolver-transport-http/pom.xml
@@ -38,7 +38,7 @@
   <properties>
     <Automatic-Module-Name>org.apache.maven.resolver.transport.http</Automatic-Module-Name>
     <Bundle-SymbolicName>${Automatic-Module-Name}</Bundle-SymbolicName>
-    <jettyVersion>9.2.23.v20171218</jettyVersion>
+    <jettyVersion>9.2.26.v20180806</jettyVersion>
   </properties>
 
   <dependencies>