Skip to content

Commit a94f72f

Browse files
committed
Update spring and dependency check plugin versions
1 parent faab7a2 commit a94f72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6262
<maven.compiler.source>11</maven.compiler.source>
6363
<maven.compiler.target>11</maven.compiler.target>
64-
<spring.version>5.2.12.RELEASE</spring.version>
64+
<spring.version>5.2.16.RELEASE</spring.version>
6565
<postgresql.version>42.2.14</postgresql.version>
6666
</properties>
6767

@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.owasp</groupId>
200200
<artifactId>dependency-check-maven</artifactId>
201-
<version>6.1.6</version>
201+
<version>6.2.2</version>
202202
<executions>
203203
<execution>
204204
<goals>

0 commit comments

Comments
 (0)