Skip to content

Commit

Permalink
feat(deps): bump spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal committed Nov 29, 2023
1 parent f9d4cf2 commit 0f83b6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<notes>Still WIP</notes>
<cve>CVE-2022-41862</cve>
</suppress>
<suppress>
<notes>Snakeyaml, DoS on user supplied input; no external/unknown/dynamic input to parser at runtime</notes>
<cve>CVE-2022-41854</cve>
<cve>CVE-2022-1471</cve>
</suppress>
<suppress>
<notes>No more recent version available. CVE is not affecting us because we are not using CloudFundry, SPEL and Sessions</notes>
<cve>CVE-2023-20873</cve>
Expand All @@ -37,5 +42,6 @@
<notes>False positive</notes>
<cve>CVE-2020-8908</cve>
<cve>CVE-2023-1370</cve>
<cve>CVE-2023-24998</cve>
</suppress>
</suppressions>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<mapstruct.version>1.5.5.Final</mapstruct.version>
<bcpkix.version>1.76</bcpkix.version>
<semver4j.version>4.3.0</semver4j.version>
<json-schema.version>1.14.2</json-schema.version>
<json-schema.version>1.14.3</json-schema.version>
<shedlock.version>5.2.0</shedlock.version>
<h2.version>2.2.220</h2.version>
<!-- plugins -->
Expand Down

0 comments on commit 0f83b6c

Please sign in to comment.