Skip to content

Commit 3ae8579

Browse files
authored
Merge pull request #1373 from spring-cloud/dependabot/maven/4.3.x/org.apache.maven.plugins-maven-surefire-plugin-2.22.2
Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.0 to 2.22.2
2 parents 4d4698d + 662ea02 commit 3ae8579

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • spring-cloud-function-samples
    • function-sample-aws-custom
    • function-sample-supplier-exporter

spring-cloud-function-samples/function-sample-aws-custom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugins>
125125
<plugin>
126126
<artifactId>maven-surefire-plugin</artifactId>
127-
<version>2.22.0</version>
127+
<version>2.22.2</version>
128128
<executions>
129129
<execution>
130130
<phase>integration-test</phase>

spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugins>
9797
<plugin>
9898
<artifactId>maven-surefire-plugin</artifactId>
99-
<version>2.22.0</version>
99+
<version>2.22.2</version>
100100
<executions>
101101
<execution>
102102
<phase>integration-test</phase>

0 commit comments

Comments
 (0)