Skip to content

Commit 4354400

Browse files
committed
update dependencies
1 parent 5419b25 commit 4354400

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- linux
66

77
env:
8-
- JDK="adopt@1.8.212-04"
8+
- JDK="adopt@1.8.242"
99

1010
cache:
1111
directories:

code-assert-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-dependencies</artifactId>
18-
<version>2.1.4.RELEASE</version>
18+
<version>2.1.12.RELEASE</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

owasp-suppression.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@
3939
<cve>CVE-2019-10103</cve>
4040
<cpe>cpe:2.3:a:jetbrains:kotlin:1.2.61</cpe>
4141
</suppress>
42+
<suppress>
43+
<cve>CVE-2019-10086</cve>
44+
<cpe>cpe:2.3:a:apache:commons_beanutils:1.9.2</cpe>
45+
</suppress>
4246
</suppressions>

0 commit comments

Comments
 (0)