Skip to content

Commit 3abe302

Browse files
Bump org.springframework:spring-web from 6.1.14 to 6.2.0 (#1709)
1 parent c3fcfd2 commit 3abe302

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@
2525
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty-server@.*$</packageUrl>
2626
<vulnerabilityName>CVE-2024-8184</vulnerabilityName>
2727
</suppress>
28+
<suppress until="2025-01-22Z">
29+
<notes><![CDATA[
30+
The use of spring-web in the JCL does not accept byte[] input data
31+
]]></notes>
32+
<packageUrl regex="true">^pkg:maven/org\.springframework\..*@.*$</packageUrl>
33+
<vulnerabilityName>CVE-2024-38828</vulnerabilityName>
34+
</suppress>
2835
</suppressions>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.springframework</groupId>
9797
<artifactId>spring-web</artifactId>
98-
<version>6.1.14</version>
98+
<version>6.2.0</version>
9999
<scope>provided</scope>
100100
</dependency>
101101
</dependencies>

0 commit comments

Comments
 (0)