Skip to content

Commit

Permalink
Upgrade spring-web sample dependency to 5.3.34
Browse files Browse the repository at this point in the history
- upgrade json-path sample dependency to 2.9.0
  • Loading branch information
ghillert committed Apr 17, 2024
1 parent 3f76303 commit a8156fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 10 additions & 0 deletions samples/coherence-hibernate-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.34</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
6 changes: 0 additions & 6 deletions src/main/config/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@
]]></notes>
<vulnerabilityName>CVE-2023-6378</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
Spring / Spring Boot (Sample).
]]></notes>
<vulnerabilityName>CVE-2024-22243</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
logback-core-1.2.12.jar, should be addressed with next Spring Boot release (Dec 21, 2023)
Expand Down

0 comments on commit a8156fd

Please sign in to comment.