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/06/09 13:37:38 UTC

[wicket] branch wicket-9.x updated: Update Jetty to 9.4.42 and Spring to 5.3.8

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

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


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new 4abcb5a  Update Jetty to 9.4.42 and Spring to 5.3.8
4abcb5a is described below

commit 4abcb5a56bdd65730188e6c820a6a7392c20d1f9
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Jun 9 16:37:06 2021 +0300

    Update Jetty to 9.4.42 and Spring to 5.3.8
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b4e35d3..7de71b6 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.41.v20210516</jetty.version>
+		<jetty.version>9.4.42.v20210604</jetty.version>
 		<junit.version>5.7.2</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
 		<logback.version>1.2.3</logback.version>
@@ -167,7 +167,7 @@
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>1.7.25</slf4j.version>
-		<spring.version>5.3.7</spring.version>
+		<spring.version>5.3.8</spring.version>
 		<wagon-ssh-external.version>3.4.3</wagon-ssh-external.version>
 		<weld.version>3.1.7.Final</weld.version>
 		<velocity-engine-core.version>2.3</velocity-engine-core.version>