Skip to content

Commit ef91c44

Browse files
committed
Updated dependencies
1 parent 0d46d05 commit ef91c44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<spring.version>4.3.10.RELEASE</spring.version>
31+
<spring.version>4.3.12.RELEASE</spring.version>
3232
<slf4j.version>1.7.25</slf4j.version>
3333
<jsf.version>2.2.14</jsf.version>
34-
<hibernate.version>5.2.10.Final</hibernate.version>
34+
<hibernate.version>5.2.12.Final</hibernate.version>
3535
<jacoco.version>0.7.9</jacoco.version>
3636
</properties>
3737

@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-compiler-plugin</artifactId>
197-
<version>3.6.2</version>
197+
<version>3.7.0</version>
198198
<configuration>
199199
<source>1.8</source>
200200
<target>1.8</target>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.owasp</groupId>
231231
<artifactId>dependency-check-maven</artifactId>
232-
<version>2.1.1</version>
232+
<version>3.0.1</version>
233233
<configuration>
234234
<skipProvidedScope>true</skipProvidedScope>
235235
<skipRuntimeScope>true</skipRuntimeScope>

0 commit comments

Comments
 (0)