Skip to content

Commit ffe2091

Browse files
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#1596)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 716cfc8 commit ffe2091

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/powertools-examples-core/terraform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-surefire-plugin</artifactId>
127-
<version>3.1.2</version>
127+
<version>3.2.5</version>
128128
<configuration>
129129
<environmentVariables>
130130
<LAMBDA_TASK_ROOT>handler</LAMBDA_TASK_ROOT>

examples/powertools-examples-idempotency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-surefire-plugin</artifactId>
123-
<version>3.1.2</version>
123+
<version>3.2.5</version>
124124
<configuration>
125125
<systemPropertyVariables>
126126
<sqlite4java.library.path>${project.build.directory}/native-libs</sqlite4java.library.path>

examples/powertools-examples-parameters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-surefire-plugin</artifactId>
4343
<!-- JUnit 5 requires Surefire version 3.1.0 or higher -->
44-
<version>3.1.2</version>
44+
<version>3.2.5</version>
4545
</plugin>
4646
<plugin>
4747
<groupId>dev.aspectj</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
8686
<aspectj.version>1.9.7</aspectj.version>
8787
<aspectj-maven-plugin.version>1.13.1</aspectj-maven-plugin.version>
88-
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
88+
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
8989
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
9090
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
9191
<maven-javadoc-plugin.version>3.6.0</maven-javadoc-plugin.version>
@@ -527,7 +527,7 @@
527527
<plugin>
528528
<groupId>org.apache.maven.plugins</groupId>
529529
<artifactId>maven-surefire-plugin</artifactId>
530-
<version>3.1.2</version>
530+
<version>3.2.5</version>
531531
<configuration>
532532
<argLine>
533533
@{argLine}

powertools-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>3.1.2</version>
143+
<version>3.2.5</version>
144144
<configuration>
145145
<environmentVariables>
146146
<AWS_LAMBDA_LOG_FORMAT>JSON</AWS_LAMBDA_LOG_FORMAT>

powertools-parameters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<plugins>
142142
<plugin>
143143
<artifactId>maven-surefire-plugin</artifactId>
144-
<version>3.1.2</version>
144+
<version>3.2.5</version>
145145
<configuration>
146146
<environmentVariables>
147147
<AWS_REGION>eu-central-1</AWS_REGION>

0 commit comments

Comments
 (0)