We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dd104 commit b18e358Copy full SHA for b18e358
pom.xml
@@ -31,7 +31,7 @@
31
<spring.version>4.3.3.RELEASE</spring.version>
32
<slf4j.version>1.7.21</slf4j.version>
33
<jsf.version>2.2.13</jsf.version>
34
- <hibernate.version>5.2.3.Final</hibernate.version>
+ <hibernate.version>5.2.4.Final</hibernate.version>
35
<sonar.language>java</sonar.language>
36
</properties>
37
@@ -88,7 +88,7 @@
88
<dependency>
89
<groupId>com.h2database</groupId>
90
<artifactId>h2</artifactId>
91
- <version>1.4.192</version>
+ <version>1.4.193</version>
92
<scope>runtime</scope>
93
</dependency>
94
@@ -126,7 +126,7 @@
126
127
<groupId>com.cedarsoftware</groupId>
128
<artifactId>json-io</artifactId>
129
- <version>4.8.0</version>
+ <version>4.9.0</version>
130
131
132
<groupId>org.apache.commons</groupId>
0 commit comments