Skip to content

Commit

Permalink
fix(JeetySecurity): upgrade Jetty-Server (#1241)
Browse files Browse the repository at this point in the history
- upgrade jetty-server to 9.4.39.v20210325, fixng the snyk.io issue.

fix #1240

Co-authored-by: Frédéric Delorme <frederic.delorme@versusmind.eu>
  • Loading branch information
mcgivrer and FredAtVersus committed Jun 27, 2022
1 parent 54079b0 commit 584b17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<properties>
<java.version>1.8</java.version>
<jetty.version>9.4.33.v20201020</jetty.version>
<jetty.version>9.4.39.v20210325</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powermock.version>1.7.4</powermock.version>
<mockito.version>1.10.19</mockito.version>
Expand Down

0 comments on commit 584b17f

Please sign in to comment.