Updated version in pom.xml

This commit is contained in:
Nanne Baars
2019-02-09 20:51:14 +01:00
parent c0dd773b90
commit a49dd6c348
3 changed files with 7 additions and 1 deletions

View File

@ -195,6 +195,11 @@
<artifactId>password-reset</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>ssrf</artifactId>
<version>${project.version}</version>
</dependency>
<!--uncommment below to run/include lesson template in WebGoat Build-->
<!--<dependency>-->