|
62 | 62 | <properties>
|
63 | 63 | <com.io7m.jbssio.version>2.0.0</com.io7m.jbssio.version>
|
64 | 64 | <com.io7m.jsx.version>3.0.1</com.io7m.jsx.version>
|
65 |
| - <com.io7m.quarrel.version>1.4.0</com.io7m.quarrel.version> |
| 65 | + <com.io7m.quarrel.version>1.6.0</com.io7m.quarrel.version> |
66 | 66 | <com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
|
67 | 67 | <io7m.api.previousVersion>1.2.0</io7m.api.previousVersion>
|
68 | 68 | <io7m.maven-api.version>3.9.6</io7m.maven-api.version>
|
69 |
| - <jqwik.version>1.8.2</jqwik.version> |
70 |
| - <org.immutables.version>2.10.0</org.immutables.version> |
| 69 | + <jqwik.version>1.8.4</jqwik.version> |
| 70 | + <org.immutables.version>2.10.1</org.immutables.version> |
71 | 71 | </properties>
|
72 | 72 |
|
73 | 73 | <licenses>
|
|
177 | 177 | <dependency>
|
178 | 178 | <groupId>org.junit.jupiter</groupId>
|
179 | 179 | <artifactId>junit-jupiter-engine</artifactId>
|
180 |
| - <version>5.10.1</version> |
| 180 | + <version>5.10.2</version> |
181 | 181 | </dependency>
|
182 | 182 | <dependency>
|
183 | 183 | <groupId>com.io7m.jaffirm</groupId>
|
|
217 | 217 | <dependency>
|
218 | 218 | <groupId>org.slf4j</groupId>
|
219 | 219 | <artifactId>slf4j-api</artifactId>
|
220 |
| - <version>2.0.10</version> |
| 220 | + <version>2.0.12</version> |
221 | 221 | </dependency>
|
222 | 222 | <dependency>
|
223 | 223 | <groupId>ch.qos.logback</groupId>
|
224 | 224 | <artifactId>logback-classic</artifactId>
|
225 |
| - <version>1.4.14</version> |
| 225 | + <version>1.5.3</version> |
226 | 226 | </dependency>
|
227 | 227 | <dependency>
|
228 | 228 | <groupId>com.squareup</groupId>
|
|
244 | 244 | <dependency>
|
245 | 245 | <groupId>nl.jqno.equalsverifier</groupId>
|
246 | 246 | <artifactId>equalsverifier</artifactId>
|
247 |
| - <version>3.15.5</version> |
| 247 | + <version>3.15.8</version> |
248 | 248 | </dependency>
|
249 | 249 | <dependency>
|
250 | 250 | <groupId>net.jqwik</groupId>
|
|
261 | 261 | <dependency>
|
262 | 262 | <groupId>org.mockito</groupId>
|
263 | 263 | <artifactId>mockito-core</artifactId>
|
264 |
| - <version>5.8.0</version> |
| 264 | + <version>5.11.0</version> |
265 | 265 | </dependency>
|
266 | 266 | <dependency>
|
267 | 267 | <groupId>net.bytebuddy</groupId>
|
268 | 268 | <artifactId>byte-buddy-agent</artifactId>
|
269 |
| - <version>1.14.11</version> |
| 269 | + <version>1.14.12</version> |
270 | 270 | </dependency>
|
271 | 271 | <dependency>
|
272 | 272 | <groupId>net.bytebuddy</groupId>
|
273 | 273 | <artifactId>byte-buddy</artifactId>
|
274 |
| - <version>1.14.11</version> |
| 274 | + <version>1.14.12</version> |
275 | 275 | </dependency>
|
276 | 276 |
|
277 | 277 | <!-- CLI -->
|
|
300 | 300 | <dependency>
|
301 | 301 | <groupId>org.apache.maven.plugin-tools</groupId>
|
302 | 302 | <artifactId>maven-plugin-annotations</artifactId>
|
303 |
| - <version>3.10.2</version> |
| 303 | + <version>3.11.0</version> |
304 | 304 | <scope>provided</scope>
|
305 | 305 | </dependency>
|
306 | 306 | <dependency>
|
|
0 commit comments