You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/05/14 11:24:25 UTC

[maven-site-plugin] 02/02: [MSITE-829] use jetty 9.4.28.v20200408

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

olamy pushed a commit to branch MSITE-829
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit e20bc00d0c323a69cc024f059238393fdf327496
Author: olivier lamy <ol...@apache.org>
AuthorDate: Thu May 14 21:23:47 2020 +1000

    [MSITE-829] use jetty 9.4.28.v20200408
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3f4441b..7f1d384 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@ under the License.
     <!-- for dependencies -->
     <doxiaVersion>1.9.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
-    <jettyVersion>9.2.29.v20191105</jettyVersion>
+    <jettyVersion>9.4.28.v20200408</jettyVersion>
     <plexusVersion>1.5.4</plexusVersion>
     <scmVersion>1.4</scmVersion>
     <wagonVersion>3.3.1</wagonVersion>