You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/02 07:36:26 UTC

[maven-javadoc-plugin] 12/13: Bump jetty from 6.1.25 to 6.1.26

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 72994bb04063ce2207bafb4dc1849e95fba2d49b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:16:28 2021 +0200

    Bump jetty from 6.1.25 to 6.1.26
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a6012f..11ce6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,13 +335,13 @@ under the License.
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.1.25</version>
+      <version>6.1.26</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-client</artifactId>
-      <version>6.1.25</version>
+      <version>6.1.26</version>
       <scope>test</scope>
     </dependency>
     <dependency>