Java 21 initial support (#1622)

* check java 17 and 21 in build

* build on regular branch push

* build on regular branch push

* build on regular branch push

* update spring boot for Java21 support
This commit is contained in:
René Zubcevic
2023-10-23 20:21:00 +02:00
committed by GitHub
parent 7485cb8b9a
commit 084a105c69
2 changed files with 55 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<version>3.1.5</version>
</parent>
<groupId>org.owasp.webgoat</groupId>