|
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.13</byte-buddy.version> |
| 156 | + <byte-buddy.version>1.14.14</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 -->
|
|
213 | 213 | <plugin>
|
214 | 214 | <groupId>org.apache.maven.plugins</groupId>
|
215 | 215 | <artifactId>maven-gpg-plugin</artifactId>
|
216 |
| - <version>3.2.2</version> |
| 216 | + <version>3.2.4</version> |
217 | 217 | </plugin>
|
218 | 218 | <plugin>
|
219 | 219 | <groupId>org.apache.maven.plugins</groupId>
|
220 | 220 | <artifactId>maven-install-plugin</artifactId>
|
221 |
| - <version>3.1.1</version> |
| 221 | + <version>3.1.2</version> |
222 | 222 | </plugin>
|
223 | 223 | <plugin>
|
224 | 224 | <groupId>org.apache.maven.plugins</groupId>
|
225 | 225 | <artifactId>maven-jar-plugin</artifactId>
|
226 |
| - <version>3.3.0</version> |
| 226 | + <version>3.4.1</version> |
227 | 227 | </plugin>
|
228 | 228 | <plugin>
|
229 | 229 | <groupId>org.sonatype.plugins</groupId>
|
|
262 | 262 | <plugin>
|
263 | 263 | <groupId>org.apache.maven.plugins</groupId>
|
264 | 264 | <artifactId>maven-scm-plugin</artifactId>
|
265 |
| - <version>2.0.1</version> |
| 265 | + <version>2.1.0</version> |
266 | 266 | </plugin>
|
267 | 267 | <plugin>
|
268 | 268 | <groupId>org.apache.maven.plugins</groupId>
|
269 | 269 | <artifactId>maven-source-plugin</artifactId>
|
270 |
| - <version>3.3.0</version> |
| 270 | + <version>3.3.1</version> |
271 | 271 | </plugin>
|
272 | 272 | <plugin>
|
273 | 273 | <groupId>org.jacoco</groupId>
|
|
295 | 295 | <plugin>
|
296 | 296 | <groupId>biz.aQute.bnd</groupId>
|
297 | 297 | <artifactId>bnd-maven-plugin</artifactId>
|
298 |
| - <version>6.4.0</version> |
| 298 | + <version>7.0.0</version> |
299 | 299 | </plugin>
|
300 | 300 | <plugin>
|
301 | 301 | <groupId>org.apache.maven.plugins</groupId>
|
|
310 | 310 | <plugin>
|
311 | 311 | <groupId>org.apache.maven.plugins</groupId>
|
312 | 312 | <artifactId>maven-deploy-plugin</artifactId>
|
313 |
| - <version>3.1.1</version> |
| 313 | + <version>3.1.2</version> |
314 | 314 | </plugin>
|
315 | 315 | <plugin>
|
316 | 316 | <groupId>org.codehaus.mojo</groupId>
|
|
348 | 348 | <dependency>
|
349 | 349 | <groupId>com.puppycrawl.tools</groupId>
|
350 | 350 | <artifactId>checkstyle</artifactId>
|
351 |
| - <version>10.15.0</version> |
| 351 | + <version>10.16.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.1.0-jre</version> |
| 370 | + <version>33.2.0-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.1.3</version> |
| 381 | + <version>1.4.2</version> |
382 | 382 | <scope>test</scope>
|
383 | 383 | </dependency>
|
384 | 384 | <dependency>
|
|
414 | 414 | <dependency>
|
415 | 415 | <groupId>org.mockito</groupId>
|
416 | 416 | <artifactId>mockito-inline</artifactId>
|
417 |
| - <version>4.11.0</version> |
| 417 | + <version>5.2.0</version> |
418 | 418 | <scope>test</scope>
|
419 | 419 | </dependency>
|
420 | 420 | <dependency>
|
|
518 | 518 | <plugin>
|
519 | 519 | <groupId>org.apache.maven.plugins</groupId>
|
520 | 520 | <artifactId>maven-gpg-plugin</artifactId>
|
521 |
| - <version>3.2.2</version> |
| 521 | + <version>3.2.4</version> |
522 | 522 | <executions>
|
523 | 523 | <execution>
|
524 | 524 | <id>sign-artifacts</id>
|
|
0 commit comments