Skip to content

Commit

Permalink
Upgrade Jetty to 11.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Oct 11, 2023
1 parent 1d5cba3 commit 0febe8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Platform 3.03

* Library Upgrades

- Jetty to 11.0.17 (was 11.0.16) (CVE-2023-44487 CVE-2023-36478)

Platform 3.02

* Library Upgrades
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<platform.check.fail-modernizer>false</platform.check.fail-modernizer>

<dep.auto-value.version>1.10.4</dep.auto-value.version>
<dep.jetty.version>11.0.16</dep.jetty.version>
<dep.jetty.version>11.0.17</dep.jetty.version>
<dep.guava.version>32.1.2-jre</dep.guava.version>
<dep.guice.version>7.0.0</dep.guice.version>
<dep.slf4j.version>2.0.9</dep.slf4j.version>
Expand Down

0 comments on commit 0febe8b

Please sign in to comment.