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 5419b25 commit 4354400Copy full SHA for 4354400
.travis.yml
@@ -5,7 +5,7 @@ os:
5
- linux
6
7
env:
8
- - JDK="adopt@1.8.212-04"
+ - JDK="adopt@1.8.242"
9
10
cache:
11
directories:
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.1.4.RELEASE</version>
+ <version>2.1.12.RELEASE</version>
19
<type>pom</type>
20
<scope>import</scope>
21
</dependency>
owasp-suppression.xml
@@ -39,4 +39,8 @@
39
<cve>CVE-2019-10103</cve>
40
<cpe>cpe:2.3:a:jetbrains:kotlin:1.2.61</cpe>
41
</suppress>
42
+ <suppress>
43
+ <cve>CVE-2019-10086</cve>
44
+ <cpe>cpe:2.3:a:apache:commons_beanutils:1.9.2</cpe>
45
+ </suppress>
46
</suppressions>
0 commit comments