Skip to content

Commit f17a119

Browse files
author
Chanaka Balasooriya
committed
upgrade dependency-check-maven.version and removed cve-supressions.xml as no cve is supressed
1 parent d5f5373 commit f17a119

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

cve-suppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<maven.compiler.target>21</maven.compiler.target>
6464
<spring.version>6.2.0</spring.version>
6565
<postgresql.version>42.7.4</postgresql.version>
66-
<dependency-check-maven.version>7.2.1</dependency-check-maven.version>
66+
<dependency-check-maven.version>11.1.0</dependency-check-maven.version>
6767
</properties>
6868

6969
<dependencies>
@@ -135,7 +135,7 @@
135135
</dependency>
136136
<dependency>
137137
<groupId>org.springframework</groupId>
138-
<artifactId>spring-beans</artifactId>
138+
<artifactId>spring-beans</artifactId>
139139
<version>${spring.version}</version>
140140
</dependency>
141141
<dependency>
@@ -205,9 +205,6 @@
205205
</executions>
206206
<configuration>
207207
<failBuildOnCVSS>0</failBuildOnCVSS>
208-
<suppressionFiles>
209-
<suppressionFile>cve-suppressions.xml</suppressionFile>
210-
</suppressionFiles>
211208
</configuration>
212209
</plugin>
213210
<plugin>

0 commit comments

Comments
 (0)