|
153 | 153 | ${project.basedir}/jmlparser-jml-tests/target/site/jacoco/jacoco.xml,
|
154 | 154 | ${project.basedir}/javaparser-core-testing-bdd/target/site/jacoco/jacoco.xml,
|
155 | 155 | </sonar.coverage.jacoco.xmlReportPaths>
|
156 |
| - <byte-buddy.version>1.14.14</byte-buddy.version> |
| 156 | + <byte-buddy.version>1.14.18</byte-buddy.version> |
157 | 157 | <argLine>-javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar</argLine>
|
158 | 158 | <build.timestamp>2024-04-04T00:00:00Z</build.timestamp>
|
159 | 159 | <!-- Maven Plugins -->
|
|
203 | 203 | <plugin>
|
204 | 204 | <groupId>org.apache.maven.plugins</groupId>
|
205 | 205 | <artifactId>maven-clean-plugin</artifactId>
|
206 |
| - <version>3.3.2</version> |
| 206 | + <version>3.4.0</version> |
207 | 207 | </plugin>
|
208 | 208 | <plugin>
|
209 | 209 | <groupId>org.apache.maven.plugins</groupId>
|
|
223 | 223 | <plugin>
|
224 | 224 | <groupId>org.apache.maven.plugins</groupId>
|
225 | 225 | <artifactId>maven-jar-plugin</artifactId>
|
226 |
| - <version>3.4.1</version> |
| 226 | + <version>3.4.2</version> |
227 | 227 | </plugin>
|
228 | 228 | <plugin>
|
229 | 229 | <groupId>org.sonatype.plugins</groupId>
|
|
242 | 242 | <!-- TODO: Consider switching to using `mvn versions:set` and org.sonatype.plugins:nexus-staging-maven-plugin -->
|
243 | 243 | <groupId>org.apache.maven.plugins</groupId>
|
244 | 244 | <artifactId>maven-release-plugin</artifactId>
|
245 |
| - <version>3.0.1</version> |
| 245 | + <version>3.1.1</version> |
246 | 246 | <configuration>
|
247 | 247 | <!-- When updating versions during release, synchronise versions of sub-modules with the parent-pom. -->
|
248 | 248 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
|
277 | 277 | <plugin>
|
278 | 278 | <groupId>org.apache.maven.plugins</groupId>
|
279 | 279 | <artifactId>maven-javadoc-plugin</artifactId>
|
280 |
| - <version>3.6.3</version> |
| 280 | + <version>3.8.0</version> |
281 | 281 | <configuration>
|
282 | 282 | <source>${java.version}</source>
|
283 | 283 | <additionalOptions>
|
|
300 | 300 | <plugin>
|
301 | 301 | <groupId>org.apache.maven.plugins</groupId>
|
302 | 302 | <artifactId>maven-surefire-plugin</artifactId>
|
303 |
| - <version>3.2.5</version> |
| 303 | + <version>3.3.1</version> |
304 | 304 | </plugin>
|
305 | 305 | <plugin>
|
306 | 306 | <groupId>org.codehaus.mojo</groupId>
|
307 | 307 | <artifactId>exec-maven-plugin</artifactId>
|
308 |
| - <version>3.2.0</version> |
| 308 | + <version>3.3.0</version> |
309 | 309 | </plugin>
|
310 | 310 | <plugin>
|
311 | 311 | <groupId>org.apache.maven.plugins</groupId>
|
|
315 | 315 | <plugin>
|
316 | 316 | <groupId>org.codehaus.mojo</groupId>
|
317 | 317 | <artifactId>build-helper-maven-plugin</artifactId>
|
318 |
| - <version>3.5.0</version> |
| 318 | + <version>3.6.0</version> |
319 | 319 | </plugin>
|
320 | 320 | <plugin>
|
321 | 321 | <groupId>org.codehaus.mojo</groupId>
|
|
325 | 325 | <plugin>
|
326 | 326 | <groupId>org.apache.maven.plugins</groupId>
|
327 | 327 | <artifactId>maven-dependency-plugin</artifactId>
|
328 |
| - <version>3.6.1</version> |
| 328 | + <version>3.7.1</version> |
329 | 329 | </plugin>
|
330 | 330 | <plugin>
|
331 | 331 | <groupId>org.codehaus.mojo</groupId>
|
332 | 332 | <artifactId>versions-maven-plugin</artifactId>
|
333 |
| - <version>2.16.2</version> |
| 333 | + <version>2.17.1</version> |
334 | 334 | <configuration>
|
335 | 335 | <generateBackupPoms>false</generateBackupPoms>
|
336 | 336 | </configuration>
|
337 | 337 | </plugin>
|
338 | 338 | <plugin>
|
339 | 339 | <groupId>org.apache.maven.plugins</groupId>
|
340 | 340 | <artifactId>maven-checkstyle-plugin</artifactId>
|
341 |
| - <version>3.3.1</version> |
| 341 | + <version>3.4.0</version> |
342 | 342 | <configuration>
|
343 | 343 | <configLocation>dev-files/JavaParser-CheckStyle.xml</configLocation>
|
344 | 344 | <logViolationsToConsole>true</logViolationsToConsole>
|
|
348 | 348 | <dependency>
|
349 | 349 | <groupId>com.puppycrawl.tools</groupId>
|
350 | 350 | <artifactId>checkstyle</artifactId>
|
351 |
| - <version>10.16.0</version> |
| 351 | + <version>10.17.0</version> |
352 | 352 | </dependency>
|
353 | 353 | </dependencies>
|
354 | 354 | </plugin>
|
|
367 | 367 | <dependency>
|
368 | 368 | <groupId>com.google.guava</groupId>
|
369 | 369 | <artifactId>guava</artifactId>
|
370 |
| - <version>33.2.0-jre</version> |
| 370 | + <version>33.2.1-jre</version> |
371 | 371 | </dependency>
|
372 | 372 | <dependency>
|
373 | 373 | <groupId>junit</groupId>
|
|
378 | 378 | <dependency>
|
379 | 379 | <groupId>com.google.truth</groupId>
|
380 | 380 | <artifactId>truth</artifactId>
|
381 |
| - <version>1.4.2</version> |
| 381 | + <version>1.4.4</version> |
382 | 382 | <scope>test</scope>
|
383 | 383 | </dependency>
|
384 | 384 | <dependency>
|
|
390 | 390 | <dependency>
|
391 | 391 | <groupId>org.junit.jupiter</groupId>
|
392 | 392 | <artifactId>junit-jupiter-engine</artifactId>
|
393 |
| - <version>5.10.2</version> |
| 393 | + <version>5.10.3</version> |
394 | 394 | <scope>test</scope>
|
395 | 395 | </dependency>
|
396 | 396 | <dependency>
|
397 | 397 | <groupId>org.junit.jupiter</groupId>
|
398 | 398 | <artifactId>junit-jupiter-params</artifactId>
|
399 |
| - <version>5.10.2</version> |
| 399 | + <version>5.10.3</version> |
400 | 400 | <scope>test</scope>
|
401 | 401 | </dependency>
|
402 | 402 | <dependency>
|
|
0 commit comments