Skip to content

Commit b18e358

Browse files
committed
Updated dependencies
1 parent e7dd104 commit b18e358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<spring.version>4.3.3.RELEASE</spring.version>
3232
<slf4j.version>1.7.21</slf4j.version>
3333
<jsf.version>2.2.13</jsf.version>
34-
<hibernate.version>5.2.3.Final</hibernate.version>
34+
<hibernate.version>5.2.4.Final</hibernate.version>
3535
<sonar.language>java</sonar.language>
3636
</properties>
3737

@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.h2database</groupId>
9090
<artifactId>h2</artifactId>
91-
<version>1.4.192</version>
91+
<version>1.4.193</version>
9292
<scope>runtime</scope>
9393
</dependency>
9494
<dependency>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.cedarsoftware</groupId>
128128
<artifactId>json-io</artifactId>
129-
<version>4.8.0</version>
129+
<version>4.9.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)