Skip to content

Commit

Permalink
Upgrade build infrastructure dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de authored and reneleonhardt committed May 26, 2024
1 parent e34e3c9 commit 7bad37a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<reactor.version>2022.0.18</reactor.version>
<scram-client.version>3.0</scram-client.version>
<spring-framework.version>5.3.32</spring-framework.version>
<testcontainers.version>1.19.5</testcontainers.version>
<testcontainers.version>1.19.7</testcontainers.version>
<jts-core.version>1.19.0</jts-core.version>
</properties>

Expand Down Expand Up @@ -261,7 +261,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<compilerArgs>
<arg>-Werror</arg>
Expand Down Expand Up @@ -358,7 +358,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<runOrder>random</runOrder>
<excludes>
Expand All @@ -375,7 +375,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<executions>
<execution>
<goals>
Expand All @@ -398,7 +398,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<executions>
<execution>
<id>flatten</id>
Expand Down Expand Up @@ -506,7 +506,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>run-benchmarks</id>
Expand Down Expand Up @@ -558,7 +558,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 7bad37a

Please sign in to comment.