perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mattwelke opened this issue · comments

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.