Skip to content

Commit e68637c

Browse files
chore: bump org.apache.maven.plugins:maven-surefire-plugin (#2013)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.5.3. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 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 894ec05 commit e68637c

File tree

17 files changed

+26
-26
lines changed

17 files changed

+26
-26
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-surefire-plugin</artifactId>
129-
<version>3.1.2</version>
129+
<version>3.5.3</version>
130130
<configuration>
131131
<environmentVariables>
132132
<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
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-surefire-plugin</artifactId>
138-
<version>3.1.2</version>
138+
<version>3.5.3</version>
139139
<configuration>
140140
<systemPropertyVariables>
141141
<sqlite4java.library.path>${project.build.directory}/native-libs</sqlite4java.library.path>

examples/powertools-examples-parameters/sam-graalvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-surefire-plugin</artifactId>
101101
<!-- JUnit 5 requires Surefire version 3.1.0 or higher -->
102-
<version>3.2.5</version>
102+
<version>3.5.3</version>
103103
</plugin>
104104
<plugin>
105105
<groupId>dev.aspectj</groupId>

examples/powertools-examples-parameters/sam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
7575
<!-- JUnit 5 requires Surefire version 3.1.0 or higher -->
76-
<version>3.2.5</version>
76+
<version>3.5.3</version>
7777
</plugin>
7878
<plugin>
7979
<groupId>dev.aspectj</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<maven-gpg-plugin.version>3.2.1</maven-gpg-plugin.version>
103103
<junit.version>5.10.0</junit.version>
104104
<aspectj-maven-plugin.version>1.14</aspectj-maven-plugin.version>
105-
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
105+
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
106106
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
107107
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
108108
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
@@ -613,7 +613,7 @@
613613
<plugin>
614614
<groupId>org.apache.maven.plugins</groupId>
615615
<artifactId>maven-surefire-plugin</artifactId>
616-
<version>3.1.2</version>
616+
<version>3.5.3</version>
617617
<configuration>
618618
<argLine>
619619
@{argLine}

powertools-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.2.3</version>
106+
<version>3.5.3</version>
107107
<configuration>
108108
<argLine>-Dmockito.mock.maker=subclass -Dorg.graalvm.nativeimage.imagecode=agent -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-common,experimental-class-define-support
109109
--add-opens java.base/java.util=ALL-UNNAMED

powertools-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-surefire-plugin</artifactId>
132-
<version>3.2.3</version>
132+
<version>3.5.3</version>
133133
<configuration>
134134
<argLine>-Dmockito.mock.maker=subclass -Dorg.graalvm.nativeimage.imagecode=agent -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-logging,experimental-class-define-support
135135
--add-opens java.base/java.util=ALL-UNNAMED
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-surefire-plugin</artifactId>
217-
<version>3.2.5</version>
217+
<version>3.5.3</version>
218218
<configuration>
219219
<environmentVariables>
220220
<AWS_LAMBDA_LOG_FORMAT>JSON</AWS_LAMBDA_LOG_FORMAT>

powertools-logging/powertools-logging-log4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-surefire-plugin</artifactId>
111-
<version>3.2.3</version>
111+
<version>3.5.3</version>
112112
<configuration>
113113
<argLine>-Dmockito.mock.maker=subclass -Dorg.graalvm.nativeimage.imagecode=agent -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-logging-log4j,experimental-class-define-support
114114
--add-opens java.base/java.util=ALL-UNNAMED
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-surefire-plugin</artifactId>
226-
<version>3.1.2</version>
226+
<version>3.5.3</version>
227227
<configuration>
228228
<environmentVariables>
229229
<POWERTOOLS_SERVICE_NAME>testLog4j</POWERTOOLS_SERVICE_NAME>

powertools-logging/powertools-logging-logback/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-surefire-plugin</artifactId>
104-
<version>3.2.3</version>
104+
<version>3.5.3</version>
105105
<configuration>
106106
<argLine>-Dmockito.mock.maker=subclass -Dorg.graalvm.nativeimage.imagecode=agent -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-logging-logback,experimental-class-define-support</argLine>
107107
</configuration>
@@ -216,7 +216,7 @@
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-surefire-plugin</artifactId>
219-
<version>3.1.2</version>
219+
<version>3.5.3</version>
220220
<configuration>
221221
<environmentVariables>
222222
<POWERTOOLS_SERVICE_NAME>testLogback</POWERTOOLS_SERVICE_NAME>

powertools-parameters/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugins>
8181
<plugin>
8282
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>3.2.5</version>
83+
<version>3.5.3</version>
8484
<configuration>
8585
<environmentVariables>
8686
<AWS_REGION>eu-central-1</AWS_REGION>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-surefire-plugin</artifactId>
109-
<version>3.2.3</version>
109+
<version>3.5.3</version>
110110
<configuration>
111111
<argLine>-Dmockito.mock.maker=subclass -Dorg.graalvm.nativeimage.imagecode=agent -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-parameters,experimental-class-define-support
112112
--add-opens java.base/java.util=ALL-UNNAMED

0 commit comments

Comments
 (0)