Skip to content

Commit 732fe5f

Browse files
committed
update versions
1 parent dc1e159 commit 732fe5f

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

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>1.5.9.RELEASE</version>
18+
<version>2.0.0.RELEASE</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

code-assert/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
@@ -17,9 +18,9 @@
1718
<findbugs.version>3.0.1</findbugs.version>
1819
<findsecbugs.version>1.7.1</findsecbugs.version>
1920
<pmd.version>5.4.1</pmd.version>
20-
<kotlin.version>1.2.20</kotlin.version>
21-
<detekt.version>1.0.0.RC6-2</detekt.version>
22-
<ktlint.version>0.15.0</ktlint.version>
21+
<kotlin.version>1.2.30</kotlin.version>
22+
<detekt.version>1.0.0.RC6-4</detekt.version>
23+
<ktlint.version>0.20.0</ktlint.version>
2324
</properties>
2425

2526
<build>

owasp-suppression.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
<sha1>dedc02034fb8fcd7615d66593228cb71709134b4</sha1>
2626
<cpe>cpe:/a:spice_project:spice:1.3</cpe>
2727
</suppress>
28-
<suppress>
29-
<notes>This could be an issue, update spring-boot when a new version is available</notes>
30-
<sha1>aaf17df9fe0240e9e9d5375d24d5f177174b73d9</sha1>
31-
<cpe>cpe:/a:apache:tomcat:8.5.23</cpe>
32-
</suppress>
33-
<suppress>
34-
<notes>This could be an issue, update spring-boot when a new version is available</notes>
35-
<cpe>cpe:/a:fasterxml:jackson:2.8.10</cpe>
36-
</suppress>
3728
<suppress>
3829
<notes>This is probably a bug in the dependency checker because detekt uses gitlab groupId</notes>
3930
<cpe>cpe:/a:gitlab:gitlab:1.0.0.rc6</cpe>

0 commit comments

Comments
 (0)