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 ruby & JDK base images, maven packages & vscode problems #44

Closed andytinkham closed 2 years ago

andytinkham commented 2 years ago

Updated versions in the Dockerfile and pom.xml to remove indirect dependency on log4j 2.14.1. While I was fixing things, VSCode was flagging some unused imports and a need to add a "null" argument to one method call, so I did those things too.

Signed-off-by: Andy Tinkham andy.tinkham@cyberark.com