Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 8394dfe

Browse files
authored
[Snyk] Fix for 1 vulnerable dependencies (#83)
[Snyk] Fix for 1 vulnerable dependencies
2 parents 20e13a1 + 3d9f1ba commit 8394dfe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dependency-check-suppression.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,12 @@
3838
<cve>CVE-2016-5425</cve>
3939
</suppress>
4040

41+
<!--
42+
The issue CVE-2019-0232 seems to only affect Windows Systems. The engine isn' intended run run windows.
43+
-->
44+
<suppress>
45+
<cve>CVE-2019-0232</cve>
46+
</suppress>
47+
4148

4249
</suppressions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<camunda.spring.boot.starter.version>3.2.0</camunda.spring.boot.starter.version>
6161
<!-- END IMPORTANT -->
6262

63-
<spring-boot.version>2.1.2.RELEASE</spring-boot.version>
63+
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
6464
<swagger-version>2.9.0</swagger-version>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666
</properties>

0 commit comments

Comments
 (0)