diff --git a/README.md b/README.md index 112de463b..a1cadeae9 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ docker run -p 127.0.0.1:3000:3000 webgoat/webgoat-desktop Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/releases](https://github.com/WebGoat/WebGoat/releases) ```shell -java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.4.jar +java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.5.jar ``` Click the link in the log to start WebGoat. diff --git a/pom.xml b/pom.xml index 18aeb39c0..6a6094419 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.owasp.webgoat webgoat - 2023.5 + 2023.6-SNAPSHOT jar WebGoat