Skip to content

Commit 7e188d9

Browse files
build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54aefe7 commit 7e188d9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

examples/powertools-examples-idempotency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-surefire-plugin</artifactId>
130-
<version>3.1.0</version>
130+
<version>3.1.2</version>
131131
<configuration>
132132
<systemPropertyVariables>
133133
<sqlite4java.library.path>${project.build.directory}/native-libs</sqlite4java.library.path>

examples/powertools-examples-parameters/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-surefire-plugin</artifactId>
62-
<!-- JUnit 5 requires Surefire version 3.1.0 or higher -->
63-
<version>3.1.0</version>
62+
<!-- JUnit 5 requires Surefire version 3.1.2 or higher -->
63+
<version>3.1.2</version>
6464
</plugin>
6565
<plugin>
6666
<groupId>dev.aspectj</groupId>

examples/powertools-examples-serialization/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-surefire-plugin</artifactId>
62-
<!-- JUnit 5 requires Surefire version 3.1.0 or higher -->
63-
<version>3.1.0</version>
62+
<!-- JUnit 5 requires Surefire version 3.1.2 or higher -->
63+
<version>3.1.2</version>
6464
</plugin>
6565
</plugins>
6666
</build>

examples/powertools-examples-validation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<plugin>
5555
<groupId>org.apache.maven.plugins</groupId>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<!-- JUnit 5 requires Surefire version 3.1.0 or higher -->
58-
<version>3.1.0</version>
57+
<!-- JUnit 5 requires Surefire version 3.1.2 or higher -->
58+
<version>3.1.2</version>
5959
</plugin>
6060
<plugin>
6161
<groupId>dev.aspectj</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<lambda.serial.version>1.1.2</lambda.serial.version>
7070
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
7171
<aspectj-maven-plugin.version>1.13.1</aspectj-maven-plugin.version>
72-
<maven-surefire-plugin.version>3.1.0</maven-surefire-plugin.version>
72+
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
7373
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
7474
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
7575
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>

powertools-idempotency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-surefire-plugin</artifactId>
196-
<version>3.1.0</version>
196+
<version>3.1.2</version>
197197
<configuration>
198198
<argLine>
199199
--add-opens java.base/java.util=ALL-UNNAMED

0 commit comments

Comments
 (0)