Skip to content

Commit 9c5c3d5

Browse files
Bump surefire-plugin.version from 3.2.5 to 3.5.3 (#196)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ed0a81 commit 9c5c3d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

entrypoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugins>
4646
<plugin>
4747
<artifactId>maven-surefire-plugin</artifactId>
48-
<version>3.2.5</version>
48+
<version>3.5.3</version>
4949
</plugin>
5050
</plugins>
5151
</build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<assertj-core.version>3.27.3</assertj-core.version>
4949
<wiremock.version>3.12.1</wiremock.version>
5050

51-
<surefire-plugin.version>3.2.5</surefire-plugin.version>
51+
<surefire-plugin.version>3.5.3</surefire-plugin.version>
5252
<compiler-plugin.version>3.14.0</compiler-plugin.version>
5353
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
5454
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-failsafe-plugin</artifactId>
307-
<version>3.2.5</version>
307+
<version>3.5.3</version>
308308
<configuration>
309309
<skipITs>false</skipITs>
310310
</configuration>

0 commit comments

Comments
 (0)