Skip to content

Commit 272c7ec

Browse files
authored
Update Spring Boot (#72)
* update spring boot * update suppressions
1 parent 2a7cf79 commit 272c7ec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

dependencyCheckSuppression.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
<sha1>e5bc2949679b6214e8d9a1e5b707f2b42bb3fa13</sha1>
88
<cve>CVE-2019-3826</cve>
99
</suppress>
10+
<suppress>
11+
<notes><![CDATA[
12+
We do not use Spring Framework 5.0.5.RELEASE, but version 6+
13+
]]></notes>
14+
<cve>CVE-2018-1258</cve>
15+
</suppress>
1016
</suppressions>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ boomerangVersion=1.737.0
33
# The OpenTelemetry-Boomerang version to ship with the EUM server
44
boomerangOpenTelemetryPluginVersion=2.0.0-2
55

6-
springBootVersion=3.5.4
6+
springBootVersion=3.5.5
77
snakeYamlVersion=2.4
88

99
openCensusVersion=0.31.1

0 commit comments

Comments
 (0)