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

fix(sec): upgrading jetty version to 9.4.51.v20230217 #1280

Open bowika opened 11 months ago

bowika commented 11 months ago

Fixing CVE, this version can be pulled with jitpack.

bowika commented 8 months ago

I have just now put a commit on top for fixing further ones. Until it is merged, it may use it via jitpack with eg. pom.xml:

        <dependency>
            <groupId>com.github.bowika</groupId>
            <artifactId>spark</artifactId>
            <version>40e9a4fc7e</version>
        </dependency>