perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

Tutorial on site uses outdated version of core library (2.5) with security vulnerability #1209

Open mattwelke opened 3 years ago

mattwelke commented 3 years ago

Followed the tutorial here (https://sparkjava.com/tutorials/maven-setup) and VS Code warned me about SNYK-JAVA-COMSPARKJAVA-31646 because the tutorial uses version 2.5 as of right now. VS Code suggests I use version 2.9.3 instead:

image

Tutorial should probably be updated.