|
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.21</com.vmlens.version> |
| 16 | + <com.vmlens.version>1.2.22</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> |
|
214 | 214 | <dependency> |
215 | 215 | <groupId>net.bytebuddy</groupId> |
216 | 216 | <artifactId>byte-buddy</artifactId> |
217 | | - <version>1.17.8</version> |
| 217 | + <version>1.18.1</version> |
218 | 218 | <scope>test</scope> |
219 | 219 | </dependency> |
220 | 220 |
|
221 | 221 | <dependency> |
222 | 222 | <groupId>net.bytebuddy</groupId> |
223 | 223 | <artifactId>byte-buddy-agent</artifactId> |
224 | | - <version>1.17.8</version> |
| 224 | + <version>1.18.0</version> |
225 | 225 | <scope>test</scope> |
226 | 226 | </dependency> |
227 | 227 | <!-- End mockito workaround--> |
228 | 228 |
|
229 | 229 | <dependency> |
230 | 230 | <groupId>com.fasterxml.jackson</groupId> |
231 | 231 | <artifactId>jackson-bom</artifactId> |
232 | | - <version>2.20.0</version> <!-- Use the desired version --> |
| 232 | + <version>2.20.1</version> <!-- Use the desired version --> |
233 | 233 | <type>pom</type> |
234 | 234 | <scope>import</scope> |
235 | 235 | </dependency> |
|
245 | 245 | <dependency> |
246 | 246 | <groupId>org.junit</groupId> |
247 | 247 | <artifactId>junit-bom</artifactId> |
248 | | - <version>6.0.0</version> |
| 248 | + <version>6.0.1</version> |
249 | 249 | <type>pom</type> |
250 | 250 | <scope>import</scope> |
251 | 251 | </dependency> |
|
508 | 508 | <dependency> |
509 | 509 | <groupId>com.puppycrawl.tools</groupId> |
510 | 510 | <artifactId>checkstyle</artifactId> |
511 | | - <version>11.1.0</version> |
| 511 | + <version>12.1.2</version> |
512 | 512 | </dependency> |
513 | 513 | </dependencies> |
514 | 514 | <executions> |
|
0 commit comments