Skip to content

Commit a864eff

Browse files
committed
Updated dependencies
1 parent 5cfaf5f commit a864eff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<spring.version>4.3.7.RELEASE</spring.version>
32-
<slf4j.version>1.7.24</slf4j.version>
31+
<spring.version>4.3.8.RELEASE</spring.version>
32+
<slf4j.version>1.7.25</slf4j.version>
3333
<jsf.version>2.2.14</jsf.version>
34-
<hibernate.version>5.2.8.Final</hibernate.version>
34+
<hibernate.version>5.2.10.Final</hibernate.version>
3535
</properties>
3636

3737
<prerequisites>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.h2database</groupId>
8989
<artifactId>h2</artifactId>
90-
<version>1.4.193</version>
90+
<version>1.4.195</version>
9191
<scope>runtime</scope>
9292
</dependency>
9393
<dependency>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.cedarsoftware</groupId>
127127
<artifactId>json-io</artifactId>
128-
<version>4.9.9</version>
128+
<version>4.9.12</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.apache.commons</groupId>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-compiler-plugin</artifactId>
150-
<version>3.6.0</version>
150+
<version>3.6.1</version>
151151
<configuration>
152152
<source>1.8</source>
153153
<target>1.8</target>
@@ -161,12 +161,12 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-war-plugin</artifactId>
164-
<version>3.0.0</version>
164+
<version>3.1.0</version>
165165
</plugin>
166166
<plugin>
167167
<groupId>org.codehaus.mojo</groupId>
168168
<artifactId>sonar-maven-plugin</artifactId>
169-
<version>3.2</version>
169+
<version>3.3.0.603</version>
170170
</plugin>
171171
</plugins>
172172
</pluginManagement>

0 commit comments

Comments
 (0)