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/02/27 20:49:05 UTC

[wicket] branch master updated: Update Jetty to 9.4.38

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 ed14842  Update Jetty to 9.4.38
ed14842 is described below

commit ed14842b7d4c1537a37a0d9c8a50b037af628751
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Sat Feb 27 22:48:42 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 4ddba35..29edc99 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.37.v20210219</jetty.version>
+		<jetty.version>9.4.38.v20210224</jetty.version>
 		<junit.version>5.7.1</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
 		<logback.version>1.2.3</logback.version>