Skip to content

Commit effb4e0

Browse files
committed
Updated dependencies
1 parent a032743 commit effb4e0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<spring.version>4.2.6.RELEASE</spring.version>
31+
<spring.version>4.3.1.RELEASE</spring.version>
3232
<slf4j.version>1.7.21</slf4j.version>
3333
<jsf.version>2.2.13</jsf.version>
34+
<hibernate.version>5.2.1.Final</hibernate.version>
3435
<sonar.language>java</sonar.language>
3536
</properties>
3637

@@ -87,13 +88,13 @@
8788
<dependency>
8889
<groupId>com.h2database</groupId>
8990
<artifactId>h2</artifactId>
90-
<version>1.4.191</version>
91+
<version>1.4.192</version>
9192
<scope>runtime</scope>
9293
</dependency>
9394
<dependency>
9495
<groupId>org.hibernate</groupId>
9596
<artifactId>hibernate-core</artifactId>
96-
<version>5.1.0.Final</version>
97+
<version>${hibernate.version}</version>
9798
</dependency>
9899
<dependency>
99100
<groupId>com.sun.faces</groupId>
@@ -125,7 +126,7 @@
125126
<dependency>
126127
<groupId>com.cedarsoftware</groupId>
127128
<artifactId>json-io</artifactId>
128-
<version>4.4.0</version>
129+
<version>4.5.0</version>
129130
</dependency>
130131
<dependency>
131132
<groupId>org.apache.commons</groupId>
@@ -182,7 +183,7 @@
182183
<plugin>
183184
<groupId>org.owasp</groupId>
184185
<artifactId>dependency-check-maven</artifactId>
185-
<version>1.3.6</version>
186+
<version>1.4.0</version>
186187
<reportSets>
187188
<reportSet>
188189
<reports>

0 commit comments

Comments
 (0)