Skip to content

Commit 7bad37a

Browse files
mp911dereneleonhardt
authored andcommitted
Upgrade build infrastructure dependencies.
[#635]
1 parent e34e3c9 commit 7bad37a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<reactor.version>2022.0.18</reactor.version>
5151
<scram-client.version>3.0</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

@@ -261,7 +261,7 @@
261261
<plugin>
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-compiler-plugin</artifactId>
264-
<version>3.12.1</version>
264+
<version>3.13.0</version>
265265
<configuration>
266266
<compilerArgs>
267267
<arg>-Werror</arg>
@@ -358,7 +358,7 @@
358358
<plugin>
359359
<groupId>org.apache.maven.plugins</groupId>
360360
<artifactId>maven-surefire-plugin</artifactId>
361-
<version>3.2.3</version>
361+
<version>3.2.5</version>
362362
<configuration>
363363
<runOrder>random</runOrder>
364364
<excludes>
@@ -375,7 +375,7 @@
375375
<plugin>
376376
<groupId>org.apache.maven.plugins</groupId>
377377
<artifactId>maven-failsafe-plugin</artifactId>
378-
<version>3.2.3</version>
378+
<version>3.2.5</version>
379379
<executions>
380380
<execution>
381381
<goals>
@@ -398,7 +398,7 @@
398398
<plugin>
399399
<groupId>org.codehaus.mojo</groupId>
400400
<artifactId>flatten-maven-plugin</artifactId>
401-
<version>1.5.0</version>
401+
<version>1.6.0</version>
402402
<executions>
403403
<execution>
404404
<id>flatten</id>
@@ -506,7 +506,7 @@
506506
<plugin>
507507
<groupId>org.codehaus.mojo</groupId>
508508
<artifactId>exec-maven-plugin</artifactId>
509-
<version>3.1.1</version>
509+
<version>3.2.0</version>
510510
<executions>
511511
<execution>
512512
<id>run-benchmarks</id>
@@ -558,7 +558,7 @@
558558
<plugin>
559559
<groupId>org.apache.maven.plugins</groupId>
560560
<artifactId>maven-gpg-plugin</artifactId>
561-
<version>3.1.0</version>
561+
<version>3.2.2</version>
562562
<executions>
563563
<execution>
564564
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)