|
5 | 5 |
|
6 | 6 | <groupId>fr.insee.lunatic</groupId> |
7 | 7 | <artifactId>lunatic-model</artifactId> |
8 | | - <version>2.7.3</version> |
| 8 | + <version>2.7.4</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <name>Lunatic Model</name> |
|
22 | 22 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
23 | 23 | <maven.compiler.release>17</maven.compiler.release> |
24 | 24 | <!-- Version properties --> |
25 | | - <saxon.version>12.7</saxon.version> |
| 25 | + <saxon.version>12.8</saxon.version> |
26 | 26 | </properties> |
27 | 27 |
|
28 | 28 | <licenses> |
|
61 | 61 | <dependency> |
62 | 62 | <groupId>org.eclipse.persistence</groupId> |
63 | 63 | <artifactId>org.eclipse.persistence.moxy</artifactId> |
64 | | - <version>2.7.15</version> |
| 64 | + <version>2.7.16</version> |
65 | 65 | <scope>runtime</scope> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>org.eclipse.persistence</groupId> |
69 | 69 | <artifactId>eclipselink</artifactId> |
70 | | - <version>4.0.6</version> |
| 70 | + <version>4.0.7</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.glassfish</groupId> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>org.xmlunit</groupId> |
98 | 98 | <artifactId>xmlunit-assertj3</artifactId> |
99 | | - <version>2.10.2</version> |
| 99 | + <version>2.10.3</version> |
100 | 100 | <scope>test</scope> |
101 | 101 | </dependency> |
102 | 102 | <!-- for json comparison --> |
|
114 | 114 | <dependency> |
115 | 115 | <groupId>org.apache.logging.log4j</groupId> |
116 | 116 | <artifactId>log4j-slf4j-impl</artifactId> |
117 | | - <version>2.24.3</version> |
| 117 | + <version>2.25.0</version> |
118 | 118 | <scope>test</scope> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.junit.jupiter</groupId> |
127 | 127 | <artifactId>junit-jupiter</artifactId> |
128 | | - <version>5.13.1</version> |
| 128 | + <version>5.13.2</version> |
129 | 129 | <scope>test</scope> |
130 | 130 | </dependency> |
131 | 131 | </dependencies> |
|
326 | 326 | <plugin> |
327 | 327 | <groupId>org.apache.maven.plugins</groupId> |
328 | 328 | <artifactId>maven-gpg-plugin</artifactId> |
329 | | - <version>3.2.7</version> |
| 329 | + <version>3.2.8</version> |
330 | 330 | <executions> |
331 | 331 | <execution> |
332 | 332 | <id>sign-artifacts</id> |
|
0 commit comments