Skip to content

Commit

Permalink
Fix #33335: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Jun 17, 2024
1 parent 2f75900 commit f9407ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions owasp-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,14 @@
<!-- Related to nim lang, not Java-->
<cve>CVE-2020-23171</cve>
</suppress>

<suppress>
<!-- Not applicable, Spring does not accept requests without Host header -->
<cve>CVE-2016-6311</cve>
</suppress>

<suppress>
<!-- Disputed by developers, not relevant for ShinyProxy -->
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.6</version>
<relativePath/>
</parent>

Expand All @@ -30,8 +30,7 @@
<maven.compiler.target>17</maven.compiler.target>
<containerproxy.version>1.1.1-SNAPSHOT</containerproxy.version>
<resource.delimiter>&amp;</resource.delimiter>
<spring-boot.version>3.2.2</spring-boot.version>
<project.build.outputTimestamp>2024-05-29T12:57:38.443Z</project.build.outputTimestamp>
<spring-boot.version>3.2.6</spring-boot.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit f9407ed

Please sign in to comment.