We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faab7a2 commit a94f72fCopy full SHA for a94f72f
1 file changed
pom.xml
@@ -61,7 +61,7 @@
61
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
62
<maven.compiler.source>11</maven.compiler.source>
63
<maven.compiler.target>11</maven.compiler.target>
64
- <spring.version>5.2.12.RELEASE</spring.version>
+ <spring.version>5.2.16.RELEASE</spring.version>
65
<postgresql.version>42.2.14</postgresql.version>
66
</properties>
67
@@ -198,7 +198,7 @@
198
<plugin>
199
<groupId>org.owasp</groupId>
200
<artifactId>dependency-check-maven</artifactId>
201
- <version>6.1.6</version>
+ <version>6.2.2</version>
202
<executions>
203
<execution>
204
<goals>
0 commit comments