Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edd9aa3

Browse files
committed
Merge branch 'release/v2023.3'
2 parents 81ed738 + 27fe185 commit edd9aa3

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
draft: false
4848
files: |
49-
webgoat/target/webgoat-${{ env.WEBGOAT_MAVEN_VERSION }}.jar
49+
target/webgoat-${{ env.WEBGOAT_MAVEN_VERSION }}.jar
5050
body: |
5151
## Version ${{ steps.tag.outputs.tag }}
5252
@@ -57,6 +57,8 @@ jobs:
5757
### Bug fixes
5858
5959
- [#743 - Character encoding errors](https://github.com/WebGoat/WebGoat/issues/743)
60+
61+
Full change log: https://github.com/WebGoat/WebGoat/compare/${{ steps.tag.outputs.tag }}...${{ steps.tag.outputs.tag }}
6062
6163
6264
## Contributors

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This way, you can start where you left off. If you remove the container, you nee
6262
Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/releases](https://github.com/WebGoat/WebGoat/releases)
6363

6464
```shell
65-
java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.2.jar
65+
java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.3.jar
6666
```
6767

6868
Click the link in the log to start WebGoat.
@@ -125,7 +125,7 @@ For instance running as a jar on a Linux/macOS it will look like this:
125125
```Shell
126126
export EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE"
127127
export EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations"
128-
java -jar target/webgoat-2023.2-SNAPSHOT.jar
128+
java -jar target/webgoat-2023.3-SNAPSHOT.jar
129129
```
130130
131131
Or in a docker run it would (once this version is pushed into docker hub) look like this:

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# WebGoat release notes
22

3-
## Version 2023.2
3+
## Version 2023.3
44

5-
With great pleasure, we present you with a new release of WebGoat **2023.2**. Finally, it has been a while. This year starts with a new release of WebGoat. This year we will undoubtedly release more often. From this release on, we began to use a new versioning scheme (https://calver.org/#scheme).
5+
With great pleasure, we present you with a new release of WebGoat **2023.3**. Finally, it has been a while. This year starts with a new release of WebGoat. This year we will undoubtedly release more often. From this release on, we began to use a new versioning scheme (https://calver.org/#scheme).
66

77
A big thanks to René Zubcevic and Àngel Ollé Blázquez for keeping the project alive this last year, and hopefully, we can make
88
many more releases this year.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>org.owasp.webgoat</groupId>
1212
<artifactId>webgoat</artifactId>
13-
<version>2023.2</version>
13+
<version>2023.3</version>
1414
<packaging>jar</packaging>
1515

1616
<name>WebGoat</name>

0 commit comments

Comments
 (0)