Skip to content

Commit bd0ca13

Browse files
committed
Bump to v19.0.0
1 parent e2d5de1 commit bd0ca13

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LABEL maintainer="Bjoern Kimminich <[email protected]>" \
2929
org.opencontainers.image.vendor="Open Worldwide Application Security Project" \
3030
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
3131
org.opencontainers.image.licenses="MIT" \
32-
org.opencontainers.image.version="19.0.0-SNAPSHOT" \
32+
org.opencontainers.image.version="19.0.0" \
3333
org.opencontainers.image.url="https://owasp-juice.shop" \
3434
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
3535
org.opencontainers.image.revision=$VCS_REF \

SECURITY.md

Lines changed: 2 additions & 2 deletions
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-
| 18.1.x | :white_check_mark: |
16-
| <18.1 | :x: |
15+
| 19.0.x | :white_check_mark: |
16+
| <19.0 | :x: |
1717

1818
## Reporting a Vulnerability
1919

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "19.0.0-SNAPSHOT",
3+
"version": "19.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

package.json

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

0 commit comments

Comments
 (0)