Skip to content

Commit

Permalink
Upgrade Dependency Check Maven Plugin version to 7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Jan 9, 2023
1 parent 513a222 commit f50e2a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<skip-sign-artifacts>true</skip-sign-artifacts>
<coherence.hibernate.root>${basedir}</coherence.hibernate.root>
<!-- plugin dependency versions (alphabetically) -->
<dependency-check-maven.version>7.1.2</dependency-check-maven.version>
<dependency-check-maven.version>7.4.4</dependency-check-maven.version>
<doxia-module-markdown.version>1.0</doxia-module-markdown.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/coherence-hibernate-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<coherence.hibernate.root>${basedir}/../..</coherence.hibernate.root>
<hibernate.version>5.6.12.Final</hibernate.version>
<hibernate-micrometer.version>5.6.12.Final</hibernate-micrometer.version>
<spring-boot.version>2.7.5</spring-boot.version>
<spring-boot.version>2.7.7</spring-boot.version>
<tomcat.version>9.0.68</tomcat.version>
<jackson-bom.version>2.14.0-rc3</jackson-bom.version>
</properties>
Expand Down
8 changes: 7 additions & 1 deletion src/main/config/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,15 @@
</suppress>

<suppress>
<notes><![CDATA[
<notes><![CDATA[ Sample coherence-hibernate-demo
file name: snakeyaml-1.33.jar
]]></notes>
<cve>CVE-2022-1471</cve>
</suppress>
<suppress>
<notes><![CDATA[ Sample coherence-hibernate-demo
file name: snakeyaml-1.33.jar
]]></notes>
<cve>CVE-2022-3064</cve>
</suppress>
</suppressions>

0 comments on commit f50e2a4

Please sign in to comment.