|
27 | 27 | <modelVersion>4.0.0</modelVersion> |
28 | 28 | <groupId>io.github.q3769</groupId> |
29 | 29 | <artifactId>conseq4j</artifactId> |
30 | | - <version>20231102.0.20240820-SNAPSHOT</version> |
| 30 | + <version>20231102.0.20250313</version> |
31 | 31 | <packaging>jar</packaging> |
32 | 32 | <name>conseq4j</name> |
33 | 33 | <description>A Java concurrent API to sequence related tasks while concurring unrelated ones</description> |
|
204 | 204 | <dependency> |
205 | 205 | <groupId>io.github.q3769</groupId> |
206 | 206 | <artifactId>coco4j</artifactId> |
207 | | - <version>10.1.0</version> |
| 207 | + <version>12.0.0</version> |
208 | 208 | </dependency> |
209 | 209 | <dependency> |
210 | 210 | <groupId>org.projectlombok</groupId> |
211 | 211 | <artifactId>lombok</artifactId> |
212 | | - <version>1.18.32</version> |
| 212 | + <version>1.18.36</version> |
213 | 213 | <scope>provided</scope> |
214 | 214 | </dependency> |
215 | 215 | <dependency> |
216 | 216 | <groupId>org.junit.jupiter</groupId> |
217 | 217 | <artifactId>junit-jupiter-api</artifactId> |
218 | | - <version>5.10.0</version> |
| 218 | + <version>5.12.0</version> |
219 | 219 | <scope>test</scope> |
220 | 220 | </dependency> |
221 | 221 | <dependency> |
222 | 222 | <groupId>org.junit.jupiter</groupId> |
223 | 223 | <artifactId>junit-jupiter-params</artifactId> |
224 | | - <version>5.10.0</version> |
| 224 | + <version>5.12.0</version> |
225 | 225 | <scope>test</scope> |
226 | 226 | </dependency> |
227 | 227 | <dependency> |
228 | 228 | <groupId>org.junit.jupiter</groupId> |
229 | 229 | <artifactId>junit-jupiter-engine</artifactId> |
230 | | - <version>5.10.0</version> |
| 230 | + <version>5.12.0</version> |
231 | 231 | <scope>test</scope> |
232 | 232 | </dependency> |
233 | 233 | <dependency> |
234 | 234 | <groupId>org.awaitility</groupId> |
235 | 235 | <artifactId>awaitility</artifactId> |
236 | | - <version>4.2.1</version> |
| 236 | + <version>4.3.0</version> |
237 | 237 | </dependency> |
238 | 238 | <dependency> |
239 | 239 | <groupId>com.google.guava</groupId> |
240 | 240 | <artifactId>guava</artifactId> |
241 | | - <version>33.2.0-jre</version> |
| 241 | + <version>33.4.0-jre</version> |
242 | 242 | <scope>test</scope> |
243 | 243 | </dependency> |
244 | 244 | <dependency> |
245 | 245 | <groupId>org.mockito</groupId> |
246 | 246 | <artifactId>mockito-core</artifactId> |
247 | | - <version>5.14.2</version> |
| 247 | + <version>5.16.0</version> |
248 | 248 | <scope>test</scope> |
249 | 249 | </dependency> |
250 | 250 | </dependencies> |
|
0 commit comments