Skip to content

Commit b2d24bf

Browse files
committedNov 3, 2023
Bump to v16.0.0-SNAPSHOT
1 parent 8e01919 commit b2d24bf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
3838
org.opencontainers.image.vendor="Open Web Application Security Project" \
3939
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
4040
org.opencontainers.image.licenses="MIT" \
41-
org.opencontainers.image.version="15.3.0" \
41+
org.opencontainers.image.version="16.0.0" \
4242
org.opencontainers.image.url="https://owasp-juice.shop" \
4343
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
4444
org.opencontainers.image.revision=$VCS_REF \

‎SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ We provide security patches for the latest released minor version.
1212

1313
| Version | Supported |
1414
|:--------|:-------------------|
15-
| 15.3.x | :white_check_mark: |
16-
| <15.3 | :x: |
15+
| 16.0.x | :white_check_mark: |
16+
| <16.0 | :x: |
1717

1818
## Reporting a Vulnerability
1919

‎frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "15.3.0",
3+
"version": "16.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juice-shop",
3-
"version": "15.3.0",
3+
"version": "16.0.0",
44
"private": true,
55
"description": "Probably the most modern and sophisticated insecure web application",
66
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.