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 1b62226 Update Jetty to 9.4.20
1b62226 is described below
commit 1b62226b85a4f8ffb4fa9148c867d0493f95fbf9
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Mon Aug 19 11:35:53 2019 +0300
Update Jetty to 9.4.20
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a2416cd..aa653b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<javax.servlet.jsp-api.version>2.3.3</javax.servlet.jsp-api.version>
<javax.websocket-api.version>1.1</javax.websocket-api.version>
<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
- <jetty.version>9.4.19.v20190610</jetty.version>
+ <jetty.version>9.4.20.v20190813</jetty.version>
<junit.version>5.5.1</junit.version>
<jsr305.version>3.0.2</jsr305.version>
<logback.version>1.2.3</logback.version>