|
5 | 5 |
|
6 | 6 | <groupId>fr.insee.lunatic</groupId> |
7 | 7 | <artifactId>lunatic-model</artifactId> |
8 | | - <version>2.6.3</version> |
| 8 | + <version>2.6.4</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <name>Lunatic Model</name> |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.eclipse.persistence</groupId> |
62 | 62 | <artifactId>org.eclipse.persistence.moxy</artifactId> |
63 | | - <version>2.7.14</version> |
| 63 | + <version>2.7.15</version> |
64 | 64 | <scope>runtime</scope> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
|
107 | 107 | <dependency> |
108 | 108 | <groupId>org.skyscreamer</groupId> |
109 | 109 | <artifactId>jsonassert</artifactId> |
110 | | - <version>1.5.1</version> |
| 110 | + <version>1.5.3</version> |
111 | 111 | <scope>test</scope> |
112 | 112 | </dependency> |
113 | 113 | <dependency> |
|
155 | 155 | <plugin> |
156 | 156 | <groupId>org.apache.maven.plugins</groupId> |
157 | 157 | <artifactId>maven-surefire-plugin</artifactId> |
158 | | - <version>3.2.5</version> |
| 158 | + <version>3.3.1</version> |
159 | 159 | <configuration> |
160 | 160 | <encoding>UTF-8</encoding> |
161 | 161 | <argLine>-Dfile.encoding=UTF-8 |
|
249 | 249 | <plugin> |
250 | 250 | <groupId>org.codehaus.mojo</groupId> |
251 | 251 | <artifactId>build-helper-maven-plugin</artifactId> |
252 | | - <version>3.5.0</version> |
| 252 | + <version>3.6.0</version> |
253 | 253 | <executions> |
254 | 254 | <execution> |
255 | 255 | <id>add-source</id> |
|
305 | 305 | <plugin> |
306 | 306 | <groupId>org.apache.maven.plugins</groupId> |
307 | 307 | <artifactId>maven-javadoc-plugin</artifactId> |
308 | | - <version>3.6.3</version> |
| 308 | + <version>3.8.0</version> |
309 | 309 | <executions> |
310 | 310 | <execution> |
311 | 311 | <id>attach-javadocs</id> |
|
319 | 319 | <plugin> |
320 | 320 | <groupId>org.sonatype.plugins</groupId> |
321 | 321 | <artifactId>nexus-staging-maven-plugin</artifactId> |
322 | | - <version>1.6.13</version> |
| 322 | + <version>1.7.0</version> |
323 | 323 | <extensions>true</extensions> |
324 | 324 | <configuration> |
325 | 325 | <serverId>ossrh</serverId> |
|
0 commit comments