conjurdemos / pet-store-demo

Tiny pet store app suitable for use in demos, tutorials, and POCs
Apache License 2.0
4 stars 24 forks source link

Update docker compose #70

Closed andytinkham closed 9 months ago

andytinkham commented 9 months ago

Changes the tests to use docker compose instead of docker-compose to reflect changes in Docker. That then exposed that Trivy was failing for a CVE in Spring Boot, so this PR also upgrades Spring Boot to 3.2.1. That change required bumping the Java version to Java 11.