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 89bfb2e commit 5bba103Copy full SHA for 5bba103
pom.xml
@@ -28,7 +28,7 @@
28
29
<properties>
30
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31
- <spring.version>4.3.8.RELEASE</spring.version>
+ <spring.version>4.3.9.RELEASE</spring.version>
32
<slf4j.version>1.7.25</slf4j.version>
33
<jsf.version>2.2.14</jsf.version>
34
<hibernate.version>5.2.10.Final</hibernate.version>
@@ -83,7 +83,7 @@
83
<dependency>
84
<groupId>com.h2database</groupId>
85
<artifactId>h2</artifactId>
86
- <version>1.4.195</version>
+ <version>1.4.196</version>
87
<scope>runtime</scope>
88
</dependency>
89
@@ -126,7 +126,7 @@
126
127
<groupId>org.apache.commons</groupId>
128
<artifactId>commons-lang3</artifactId>
129
- <version>3.5</version>
+ <version>3.6</version>
130
131
132
<groupId>junit</groupId>
0 commit comments