|
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.9</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.8</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.glassfish</groupId> |
|
85 | 85 | <dependency> |
86 | 86 | <groupId>commons-io</groupId> |
87 | 87 | <artifactId>commons-io</artifactId> |
88 | | - <version>2.19.0</version> |
| 88 | + <version>2.20.0</version> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>org.slf4j</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.4</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.2</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.14.0</version> |
129 | 129 | <scope>test</scope> |
130 | 130 | </dependency> |
131 | 131 | </dependencies> |
|
137 | 137 | <!-- Force version of maven compiler plugin--> |
138 | 138 | <groupId>org.apache.maven.plugins</groupId> |
139 | 139 | <artifactId>maven-compiler-plugin</artifactId> |
140 | | - <version>3.14.0</version> |
| 140 | + <version>3.14.1</version> |
141 | 141 | </plugin> |
142 | 142 | </plugins> |
143 | 143 | </pluginManagement> |
144 | 144 | <plugins> |
145 | 145 | <plugin> |
146 | 146 | <groupId>org.apache.maven.plugins</groupId> |
147 | 147 | <artifactId>maven-compiler-plugin</artifactId> |
148 | | - <version>3.14.0</version> |
| 148 | + <version>3.14.1</version> |
149 | 149 | </plugin> |
150 | 150 |
|
151 | 151 | <plugin> |
152 | 152 | <groupId>org.apache.maven.plugins</groupId> |
153 | 153 | <artifactId>maven-surefire-plugin</artifactId> |
154 | | - <version>3.5.3</version> |
| 154 | + <version>3.5.4</version> |
155 | 155 | <configuration> |
156 | 156 | <encoding>UTF-8</encoding> |
157 | 157 | <argLine>-Dfile.encoding=UTF-8 |
|
301 | 301 | <plugin> |
302 | 302 | <groupId>org.apache.maven.plugins</groupId> |
303 | 303 | <artifactId>maven-javadoc-plugin</artifactId> |
304 | | - <version>3.11.2</version> |
| 304 | + <version>3.12.0</version> |
305 | 305 | <executions> |
306 | 306 | <execution> |
307 | 307 | <id>attach-javadocs</id> |
|
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