|
5 | 5 |
|
6 | 6 | <groupId>fr.insee.lunatic</groupId> |
7 | 7 | <artifactId>lunatic-model</artifactId> |
8 | | - <version>2.7.1</version> |
| 8 | + <version>2.7.2</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.5</saxon.version> |
| 25 | + <saxon.version>12.7</saxon.version> |
26 | 26 | </properties> |
27 | 27 |
|
28 | 28 | <licenses> |
|
66 | 66 | <dependency> |
67 | 67 | <groupId>org.eclipse.persistence</groupId> |
68 | 68 | <artifactId>eclipselink</artifactId> |
69 | | - <version>4.0.4</version> |
| 69 | + <version>4.0.6</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>org.glassfish</groupId> |
|
89 | 89 | <dependency> |
90 | 90 | <groupId>commons-io</groupId> |
91 | 91 | <artifactId>commons-io</artifactId> |
92 | | - <version>2.18.0</version> |
| 92 | + <version>2.19.0</version> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>org.slf4j</groupId> |
96 | 96 | <artifactId>slf4j-api</artifactId> |
97 | | - <version>2.0.16</version> |
| 97 | + <version>2.0.17</version> |
98 | 98 | </dependency> |
99 | 99 |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>org.xmlunit</groupId> |
102 | 102 | <artifactId>xmlunit-assertj3</artifactId> |
103 | | - <version>2.10.0</version> |
| 103 | + <version>2.10.2</version> |
104 | 104 | <scope>test</scope> |
105 | 105 | </dependency> |
106 | 106 | <!-- for json comparison --> |
|
118 | 118 | <dependency> |
119 | 119 | <groupId>org.apache.logging.log4j</groupId> |
120 | 120 | <artifactId>log4j-slf4j-impl</artifactId> |
121 | | - <version>2.24.2</version> |
| 121 | + <version>2.24.3</version> |
122 | 122 | <scope>test</scope> |
123 | 123 | </dependency> |
124 | 124 | <dependency> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.junit.jupiter</groupId> |
131 | 131 | <artifactId>junit-jupiter</artifactId> |
132 | | - <version>5.11.3</version> |
| 132 | + <version>5.13.1</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | 135 | </dependencies> |
|
141 | 141 | <!-- Force version of maven compiler plugin--> |
142 | 142 | <groupId>org.apache.maven.plugins</groupId> |
143 | 143 | <artifactId>maven-compiler-plugin</artifactId> |
144 | | - <version>3.13.0</version> |
| 144 | + <version>3.14.0</version> |
145 | 145 | </plugin> |
146 | 146 | </plugins> |
147 | 147 | </pluginManagement> |
148 | 148 | <plugins> |
149 | 149 | <plugin> |
150 | 150 | <groupId>org.apache.maven.plugins</groupId> |
151 | 151 | <artifactId>maven-compiler-plugin</artifactId> |
152 | | - <version>3.13.0</version> |
| 152 | + <version>3.14.0</version> |
153 | 153 | </plugin> |
154 | 154 |
|
155 | 155 | <plugin> |
156 | 156 | <groupId>org.apache.maven.plugins</groupId> |
157 | 157 | <artifactId>maven-surefire-plugin</artifactId> |
158 | | - <version>3.5.2</version> |
| 158 | + <version>3.5.3</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.6.0</version> |
| 252 | + <version>3.6.1</version> |
253 | 253 | <executions> |
254 | 254 | <execution> |
255 | 255 | <id>add-source</id> |
|
0 commit comments