Skip to content

Commit f9407ed

Browse files
committed
Fix #33335: update dependencies
1 parent 2f75900 commit f9407ed

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

owasp-suppression.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@
128128
<!-- Related to nim lang, not Java-->
129129
<cve>CVE-2020-23171</cve>
130130
</suppress>
131+
132+
<suppress>
133+
<!-- Not applicable, Spring does not accept requests without Host header -->
134+
<cve>CVE-2016-6311</cve>
135+
</suppress>
136+
137+
<suppress>
138+
<!-- Disputed by developers, not relevant for ShinyProxy -->
139+
<cve>CVE-2023-35116</cve>
140+
</suppress>
131141
</suppressions>

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-parent</artifactId>
22-
<version>3.2.2</version>
22+
<version>3.2.6</version>
2323
<relativePath/>
2424
</parent>
2525

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

3736
<distributionManagement>

0 commit comments

Comments
 (0)