|
13 | 13 | <maven.compiler.source>11</maven.compiler.source> |
14 | 14 | <maven.compiler.target>${maven.compiler.source}</maven.compiler.target> |
15 | 15 | <org.mockito.version>5.20.0</org.mockito.version> |
16 | | - <com.vmlens.version>1.2.20</com.vmlens.version> |
| 16 | + <com.vmlens.version>1.2.21</com.vmlens.version> |
17 | 17 | <!-- exclusion expression for e2e tests --> |
18 | 18 | <testExclusions>**/e2e/*.java</testExclusions> |
19 | 19 | <module-name>${project.groupId}.${project.artifactId}</module-name> |
|
190 | 190 | <dependency> |
191 | 191 | <groupId>dev.cel</groupId> |
192 | 192 | <artifactId>cel</artifactId> |
193 | | - <version>0.11.0</version> |
| 193 | + <version>0.11.1</version> |
194 | 194 | <scope>test</scope> |
195 | 195 | </dependency> |
196 | 196 |
|
|
227 | 227 | <dependency> |
228 | 228 | <groupId>com.fasterxml.jackson</groupId> |
229 | 229 | <artifactId>jackson-bom</artifactId> |
230 | | - <version>2.20.0</version> <!-- Use the desired version --> |
| 230 | + <version>2.20.1</version> <!-- Use the desired version --> |
231 | 231 | <type>pom</type> |
232 | 232 | <scope>import</scope> |
233 | 233 | </dependency> |
234 | 234 |
|
235 | 235 | <dependency> |
236 | 236 | <groupId>io.cucumber</groupId> |
237 | 237 | <artifactId>cucumber-bom</artifactId> |
238 | | - <version>7.30.0</version> |
| 238 | + <version>7.31.0</version> |
239 | 239 | <type>pom</type> |
240 | 240 | <scope>import</scope> |
241 | 241 | </dependency> |
242 | 242 |
|
243 | 243 | <dependency> |
244 | 244 | <groupId>org.junit</groupId> |
245 | 245 | <artifactId>junit-bom</artifactId> |
246 | | - <version>6.0.0</version> |
| 246 | + <version>6.0.1</version> |
247 | 247 | <type>pom</type> |
248 | 248 | <scope>import</scope> |
249 | 249 | </dependency> |
|
402 | 402 | <plugin> |
403 | 403 | <groupId>org.jacoco</groupId> |
404 | 404 | <artifactId>jacoco-maven-plugin</artifactId> |
405 | | - <version>0.8.13</version> |
| 405 | + <version>0.8.14</version> |
406 | 406 |
|
407 | 407 | <executions> |
408 | 408 | <execution> |
|
505 | 505 | <dependency> |
506 | 506 | <groupId>com.puppycrawl.tools</groupId> |
507 | 507 | <artifactId>checkstyle</artifactId> |
508 | | - <version>11.1.0</version> |
| 508 | + <version>12.1.1</version> |
509 | 509 | </dependency> |
510 | 510 | </dependencies> |
511 | 511 | <executions> |
|
0 commit comments