You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/04/20 08:56:03 UTC

[wicket] branch master updated: Update Jetty to 9.4.40.v20210413

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b6a0328  Update Jetty to 9.4.40.v20210413
b6a0328 is described below

commit b6a032896560e86a5032c3ee014d918424880afd
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Apr 20 11:55:40 2021 +0300

    Update Jetty to 9.4.40.v20210413
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59c8f77..673b5a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
 		<jakarta.websocket-api.version>1.1.2</jakarta.websocket-api.version>
 		<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
 		<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
-		<jetty.version>9.4.39.v20210325</jetty.version>
+		<jetty.version>9.4.40.v20210413</jetty.version>
 		<junit.version>5.7.1</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
 		<logback.version>1.2.3</logback.version>