This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 830d010aad53e654f97fbd424408bf490c30af09 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Dec 1 11:25:40 2022 +0100 Reverts Spring Web to 5.3.23 to support JDK 11 --- rest-angular/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml index 78be369..060b67f 100644 --- a/rest-angular/pom.xml +++ b/rest-angular/pom.xml @@ -36,7 +36,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>6.0.2</version> + <version>5.3.23</version> <scope>test</scope> </dependency>