We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fa14c commit e6869b3Copy full SHA for e6869b3
code-assert-gui/pom.xml
@@ -15,7 +15,7 @@
15
<dependency>
16
<groupId>org.springframework.boot</groupId>
17
<artifactId>spring-boot-dependencies</artifactId>
18
- <version>2.2.6.RELEASE</version>
+ <version>2.3.0.RELEASE</version>
19
<type>pom</type>
20
<scope>import</scope>
21
</dependency>
owasp-suppression.xml
@@ -28,4 +28,8 @@
28
<cve>CVE-2019-7722</cve>
29
<cpe>cpe:2.3:a:pmd_project:pmd:5.8.1</cpe>
30
</suppress>
31
+ <suppress>
32
+ <cve>CVE-2020-10683</cve>
33
+ <cpe>cpe:/a:dom4j_project:dom4j</cpe>
34
+ </suppress>
35
</suppressions>
0 commit comments