|
50 | 50 | <reactor.version>2022.0.18</reactor.version> |
51 | 51 | <scram-client.version>2.1</scram-client.version> |
52 | 52 | <spring-framework.version>5.3.32</spring-framework.version> |
53 | | - <testcontainers.version>1.19.5</testcontainers.version> |
| 53 | + <testcontainers.version>1.19.7</testcontainers.version> |
54 | 54 | <jts-core.version>1.19.0</jts-core.version> |
55 | 55 | </properties> |
56 | 56 |
|
|
256 | 256 | <plugin> |
257 | 257 | <groupId>org.apache.maven.plugins</groupId> |
258 | 258 | <artifactId>maven-compiler-plugin</artifactId> |
259 | | - <version>3.11.0</version> |
| 259 | + <version>3.13.0</version> |
260 | 260 | <configuration> |
261 | 261 | <compilerArgs> |
262 | 262 | <arg>-Werror</arg> |
|
291 | 291 | <plugin> |
292 | 292 | <groupId>org.apache.maven.plugins</groupId> |
293 | 293 | <artifactId>maven-deploy-plugin</artifactId> |
294 | | - <version>3.0.0</version> |
| 294 | + <version>3.1.1</version> |
295 | 295 | </plugin> |
296 | 296 | <plugin> |
297 | 297 | <groupId>org.apache.maven.plugins</groupId> |
298 | 298 | <artifactId>maven-enforcer-plugin</artifactId> |
299 | | - <version>3.1.0</version> |
| 299 | + <version>3.4.1</version> |
300 | 300 | <executions> |
301 | 301 | <execution> |
302 | 302 | <id>enforce-no-snapshots</id> |
|
317 | 317 | <plugin> |
318 | 318 | <groupId>org.apache.maven.plugins</groupId> |
319 | 319 | <artifactId>maven-javadoc-plugin</artifactId> |
320 | | - <version>3.4.1</version> |
| 320 | + <version>3.6.3</version> |
321 | 321 | <configuration> |
322 | 322 | <excludePackageNames> |
323 | 323 | io.r2dbc.postgresql.authentication,io.r2dbc.postgresql.client,io.r2dbc.postgresql.message,io.r2dbc.postgresql.util |
|
353 | 353 | <plugin> |
354 | 354 | <groupId>org.apache.maven.plugins</groupId> |
355 | 355 | <artifactId>maven-surefire-plugin</artifactId> |
356 | | - <version>3.1.2</version> |
| 356 | + <version>3.2.5</version> |
357 | 357 | <configuration> |
358 | 358 | <runOrder>random</runOrder> |
359 | 359 | <excludes> |
|
370 | 370 | <plugin> |
371 | 371 | <groupId>org.apache.maven.plugins</groupId> |
372 | 372 | <artifactId>maven-failsafe-plugin</artifactId> |
373 | | - <version>3.1.2</version> |
| 373 | + <version>3.2.5</version> |
374 | 374 | <executions> |
375 | 375 | <execution> |
376 | 376 | <goals> |
|
393 | 393 | <plugin> |
394 | 394 | <groupId>org.codehaus.mojo</groupId> |
395 | 395 | <artifactId>flatten-maven-plugin</artifactId> |
396 | | - <version>1.5.0</version> |
| 396 | + <version>1.6.0</version> |
397 | 397 | <executions> |
398 | 398 | <execution> |
399 | 399 | <id>flatten</id> |
|
467 | 467 | <plugin> |
468 | 468 | <groupId>org.codehaus.mojo</groupId> |
469 | 469 | <artifactId>build-helper-maven-plugin</artifactId> |
470 | | - <version>3.3.0</version> |
| 470 | + <version>3.5.0</version> |
471 | 471 | <executions> |
472 | 472 | <execution> |
473 | 473 | <id>add-source</id> |
|
501 | 501 | <plugin> |
502 | 502 | <groupId>org.codehaus.mojo</groupId> |
503 | 503 | <artifactId>exec-maven-plugin</artifactId> |
504 | | - <version>3.1.0</version> |
| 504 | + <version>3.2.0</version> |
505 | 505 | <executions> |
506 | 506 | <execution> |
507 | 507 | <id>run-benchmarks</id> |
|
553 | 553 | <plugin> |
554 | 554 | <groupId>org.apache.maven.plugins</groupId> |
555 | 555 | <artifactId>maven-gpg-plugin</artifactId> |
556 | | - <version>3.1.0</version> |
| 556 | + <version>3.2.2</version> |
557 | 557 | <executions> |
558 | 558 | <execution> |
559 | 559 | <id>sign-artifacts</id> |
|
0 commit comments