Skip to content

Commit 5bba103

Browse files
committed
Updated dependencies
1 parent 89bfb2e commit 5bba103

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
@@ -28,7 +28,7 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<spring.version>4.3.8.RELEASE</spring.version>
31+
<spring.version>4.3.9.RELEASE</spring.version>
3232
<slf4j.version>1.7.25</slf4j.version>
3333
<jsf.version>2.2.14</jsf.version>
3434
<hibernate.version>5.2.10.Final</hibernate.version>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.h2database</groupId>
8585
<artifactId>h2</artifactId>
86-
<version>1.4.195</version>
86+
<version>1.4.196</version>
8787
<scope>runtime</scope>
8888
</dependency>
8989
<dependency>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.apache.commons</groupId>
128128
<artifactId>commons-lang3</artifactId>
129-
<version>3.5</version>
129+
<version>3.6</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>junit</groupId>

0 commit comments

Comments
 (0)