Skip to content

Commit ecfe9ec

Browse files
committed
Updated dependencies
1 parent dc4c0bb commit ecfe9ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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.4.RELEASE</spring.version>
32-
<slf4j.version>1.7.21</slf4j.version>
31+
<spring.version>4.3.5.RELEASE</spring.version>
32+
<slf4j.version>1.7.22</slf4j.version>
3333
<jsf.version>2.2.14</jsf.version>
34-
<hibernate.version>5.2.4.Final</hibernate.version>
34+
<hibernate.version>5.2.5.Final</hibernate.version>
3535
<sonar.language>java</sonar.language>
3636
</properties>
3737

@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.cedarsoftware</groupId>
128128
<artifactId>json-io</artifactId>
129-
<version>4.9.0</version>
129+
<version>4.9.1</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.apache.commons</groupId>
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.owasp</groupId>
180180
<artifactId>dependency-check-maven</artifactId>
181-
<version>1.4.4</version>
181+
<version>1.4.4.1</version>
182182
<reportSets>
183183
<reportSet>
184184
<reports>

0 commit comments

Comments
 (0)