|
28 | 28 |
|
29 | 29 | <properties>
|
30 | 30 | <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> |
33 | 33 | <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> |
35 | 35 | </properties>
|
36 | 36 |
|
37 | 37 | <prerequisites>
|
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>com.h2database</groupId>
|
89 | 89 | <artifactId>h2</artifactId>
|
90 |
| - <version>1.4.193</version> |
| 90 | + <version>1.4.195</version> |
91 | 91 | <scope>runtime</scope>
|
92 | 92 | </dependency>
|
93 | 93 | <dependency>
|
|
125 | 125 | <dependency>
|
126 | 126 | <groupId>com.cedarsoftware</groupId>
|
127 | 127 | <artifactId>json-io</artifactId>
|
128 |
| - <version>4.9.9</version> |
| 128 | + <version>4.9.12</version> |
129 | 129 | </dependency>
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>org.apache.commons</groupId>
|
|
147 | 147 | <plugin>
|
148 | 148 | <groupId>org.apache.maven.plugins</groupId>
|
149 | 149 | <artifactId>maven-compiler-plugin</artifactId>
|
150 |
| - <version>3.6.0</version> |
| 150 | + <version>3.6.1</version> |
151 | 151 | <configuration>
|
152 | 152 | <source>1.8</source>
|
153 | 153 | <target>1.8</target>
|
|
161 | 161 | <plugin>
|
162 | 162 | <groupId>org.apache.maven.plugins</groupId>
|
163 | 163 | <artifactId>maven-war-plugin</artifactId>
|
164 |
| - <version>3.0.0</version> |
| 164 | + <version>3.1.0</version> |
165 | 165 | </plugin>
|
166 | 166 | <plugin>
|
167 | 167 | <groupId>org.codehaus.mojo</groupId>
|
168 | 168 | <artifactId>sonar-maven-plugin</artifactId>
|
169 |
| - <version>3.2</version> |
| 169 | + <version>3.3.0.603</version> |
170 | 170 | </plugin>
|
171 | 171 | </plugins>
|
172 | 172 | </pluginManagement>
|
|
0 commit comments