File tree 2 files changed +12
-3
lines changed 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 128
128
<!-- Related to nim lang, not Java-->
129
129
<cve >CVE-2020-23171</cve >
130
130
</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 >
131
141
</suppressions >
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >org.springframework.boot</groupId >
21
21
<artifactId >spring-boot-starter-parent</artifactId >
22
- <version >3.2.2 </version >
22
+ <version >3.2.6 </version >
23
23
<relativePath />
24
24
</parent >
25
25
30
30
<maven .compiler.target>17</maven .compiler.target>
31
31
<containerproxy .version>1.1.1-SNAPSHOT</containerproxy .version>
32
32
<resource .delimiter>& </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>
35
34
</properties >
36
35
37
36
<distributionManagement >
You can’t perform that action at this time.
0 commit comments