Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d5f869c006 | |||
a9caaabb47 |
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/eclipse-temurin:21-jdk-ubi9-minimal
|
FROM docker.io/eclipse-temurin:21.0.1_12-jre
|
||||||
LABEL NAME = "WebGoat: A deliberately insecure Web Application"
|
LABEL NAME = "WebGoat: A deliberately insecure Web Application"
|
||||||
MAINTAINER "WebGoat team"
|
MAINTAINER "WebGoat team"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# WebGoat release notes
|
# WebGoat release notes
|
||||||
|
|
||||||
## Version 2023.6
|
## Version 2023.7
|
||||||
|
|
||||||
### 🚀 New functionality
|
### 🚀 New functionality
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<groupId>org.owasp.webgoat</groupId>
|
<groupId>org.owasp.webgoat</groupId>
|
||||||
<artifactId>webgoat</artifactId>
|
<artifactId>webgoat</artifactId>
|
||||||
<version>2023.6</version>
|
<version>2023.7</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>WebGoat</name>
|
<name>WebGoat</name>
|
||||||
|
Reference in New Issue
Block a user