Skip to content

Commit 570415d

Browse files
committed
Upgrade build infrastructure dependencies.
[#635]
1 parent e3780f2 commit 570415d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<reactor.version>2022.0.18</reactor.version>
5151
<scram-client.version>2.1</scram-client.version>
5252
<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>
5454
<jts-core.version>1.19.0</jts-core.version>
5555
</properties>
5656

@@ -256,7 +256,7 @@
256256
<plugin>
257257
<groupId>org.apache.maven.plugins</groupId>
258258
<artifactId>maven-compiler-plugin</artifactId>
259-
<version>3.11.0</version>
259+
<version>3.13.0</version>
260260
<configuration>
261261
<compilerArgs>
262262
<arg>-Werror</arg>
@@ -291,12 +291,12 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-deploy-plugin</artifactId>
294-
<version>3.0.0</version>
294+
<version>3.1.1</version>
295295
</plugin>
296296
<plugin>
297297
<groupId>org.apache.maven.plugins</groupId>
298298
<artifactId>maven-enforcer-plugin</artifactId>
299-
<version>3.1.0</version>
299+
<version>3.4.1</version>
300300
<executions>
301301
<execution>
302302
<id>enforce-no-snapshots</id>
@@ -317,7 +317,7 @@
317317
<plugin>
318318
<groupId>org.apache.maven.plugins</groupId>
319319
<artifactId>maven-javadoc-plugin</artifactId>
320-
<version>3.4.1</version>
320+
<version>3.6.3</version>
321321
<configuration>
322322
<excludePackageNames>
323323
io.r2dbc.postgresql.authentication,io.r2dbc.postgresql.client,io.r2dbc.postgresql.message,io.r2dbc.postgresql.util
@@ -353,7 +353,7 @@
353353
<plugin>
354354
<groupId>org.apache.maven.plugins</groupId>
355355
<artifactId>maven-surefire-plugin</artifactId>
356-
<version>3.1.2</version>
356+
<version>3.2.5</version>
357357
<configuration>
358358
<runOrder>random</runOrder>
359359
<excludes>
@@ -370,7 +370,7 @@
370370
<plugin>
371371
<groupId>org.apache.maven.plugins</groupId>
372372
<artifactId>maven-failsafe-plugin</artifactId>
373-
<version>3.1.2</version>
373+
<version>3.2.5</version>
374374
<executions>
375375
<execution>
376376
<goals>
@@ -393,7 +393,7 @@
393393
<plugin>
394394
<groupId>org.codehaus.mojo</groupId>
395395
<artifactId>flatten-maven-plugin</artifactId>
396-
<version>1.5.0</version>
396+
<version>1.6.0</version>
397397
<executions>
398398
<execution>
399399
<id>flatten</id>
@@ -467,7 +467,7 @@
467467
<plugin>
468468
<groupId>org.codehaus.mojo</groupId>
469469
<artifactId>build-helper-maven-plugin</artifactId>
470-
<version>3.3.0</version>
470+
<version>3.5.0</version>
471471
<executions>
472472
<execution>
473473
<id>add-source</id>
@@ -501,7 +501,7 @@
501501
<plugin>
502502
<groupId>org.codehaus.mojo</groupId>
503503
<artifactId>exec-maven-plugin</artifactId>
504-
<version>3.1.0</version>
504+
<version>3.2.0</version>
505505
<executions>
506506
<execution>
507507
<id>run-benchmarks</id>
@@ -553,7 +553,7 @@
553553
<plugin>
554554
<groupId>org.apache.maven.plugins</groupId>
555555
<artifactId>maven-gpg-plugin</artifactId>
556-
<version>3.1.0</version>
556+
<version>3.2.2</version>
557557
<executions>
558558
<execution>
559559
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)