Skip to content

Commit fdbf448

Browse files
chore: bump org.apache.maven.plugins:maven-surefire-plugin (#2228)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc21a14 commit fdbf448

File tree

16 files changed

+25
-25
lines changed

16 files changed

+25
-25
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.5.3</version>
129+
<version>3.5.4</version>
130130
<configuration>
131131
<environmentVariables>
132132
<LAMBDA_TASK_ROOT>handler</LAMBDA_TASK_ROOT>

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.5.3</version>
102+
<version>3.5.4</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.5.3</version>
76+
<version>3.5.4</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-source-plugin.version>3.3.1</maven-source-plugin.version>
103103
<maven-gpg-plugin.version>3.2.1</maven-gpg-plugin.version>
104104
<aspectj-maven-plugin.version>1.14.1</aspectj-maven-plugin.version>
105-
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
105+
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
106106
<jacoco-maven-plugin.version>0.8.14</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.3</maven-javadoc-plugin.version>
@@ -625,7 +625,7 @@
625625
<plugin>
626626
<groupId>org.apache.maven.plugins</groupId>
627627
<artifactId>maven-surefire-plugin</artifactId>
628-
<version>3.5.3</version>
628+
<version>3.5.4</version>
629629
<configuration>
630630
<argLine>
631631
@{argLine}

powertools-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-surefire-plugin</artifactId>
109-
<version>3.5.3</version>
109+
<version>3.5.4</version>
110110
<configuration>
111111
<argLine>
112112
-Dorg.graalvm.nativeimage.imagecode=agent

powertools-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-surefire-plugin</artifactId>
126-
<version>3.5.3</version>
126+
<version>3.5.4</version>
127127
<configuration>
128128
<argLine>
129129
-Dorg.graalvm.nativeimage.imagecode=agent
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.apache.maven.plugins</groupId>
184184
<artifactId>maven-surefire-plugin</artifactId>
185-
<version>3.5.3</version>
185+
<version>3.5.4</version>
186186
<configuration>
187187
<environmentVariables>
188188
<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
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-surefire-plugin</artifactId>
115-
<version>3.5.3</version>
115+
<version>3.5.4</version>
116116
<configuration>
117117
<argLine>
118118
-Dorg.graalvm.nativeimage.imagecode=agent
@@ -204,7 +204,7 @@
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
206206
<artifactId>maven-surefire-plugin</artifactId>
207-
<version>3.5.3</version>
207+
<version>3.5.4</version>
208208
<configuration>
209209
<environmentVariables>
210210
<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
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-surefire-plugin</artifactId>
113-
<version>3.5.3</version>
113+
<version>3.5.4</version>
114114
<configuration>
115115
<argLine>
116116
-Dorg.graalvm.nativeimage.imagecode=agent
@@ -203,7 +203,7 @@
203203
<plugin>
204204
<groupId>org.apache.maven.plugins</groupId>
205205
<artifactId>maven-surefire-plugin</artifactId>
206-
<version>3.5.3</version>
206+
<version>3.5.4</version>
207207
<configuration>
208208
<environmentVariables>
209209
<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.5.3</version>
83+
<version>3.5.4</version>
8484
<configuration>
8585
<environmentVariables>
8686
<AWS_REGION>eu-central-1</AWS_REGION>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>3.5.3</version>
101+
<version>3.5.4</version>
102102
<configuration>
103103
<argLine>
104104
-Dorg.graalvm.nativeimage.imagecode=agent

powertools-parameters/powertools-parameters-appconfig/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.5.3</version>
111+
<version>3.5.4</version>
112112
<configuration>
113113
<argLine>
114114
-Dorg.graalvm.nativeimage.imagecode=agent
@@ -175,7 +175,7 @@
175175
<plugins>
176176
<plugin>
177177
<artifactId>maven-surefire-plugin</artifactId>
178-
<version>3.5.3</version>
178+
<version>3.5.4</version>
179179
<configuration>
180180
<environmentVariables>
181181
<AWS_REGION>eu-central-1</AWS_REGION>

0 commit comments

Comments
 (0)