Skip to content

Commit bdf3104

Browse files
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.3...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1493013 commit bdf3104

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/chatbot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugins>
104104
<plugin>
105105
<artifactId>maven-failsafe-plugin</artifactId>
106-
<version>3.2.3</version>
106+
<version>3.2.5</version>
107107
<executions>
108108
<execution>
109109
<goals>

samples/csv-chatbot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugins>
110110
<plugin>
111111
<artifactId>maven-failsafe-plugin</artifactId>
112-
<version>3.2.3</version>
112+
<version>3.2.5</version>
113113
<executions>
114114
<execution>
115115
<goals>

samples/email-a-poem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugins>
7878
<plugin>
7979
<artifactId>maven-failsafe-plugin</artifactId>
80-
<version>3.2.3</version>
80+
<version>3.2.5</version>
8181
<executions>
8282
<execution>
8383
<goals>

samples/fraud-detection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugins>
7878
<plugin>
7979
<artifactId>maven-failsafe-plugin</artifactId>
80-
<version>3.2.3</version>
80+
<version>3.2.5</version>
8181
<executions>
8282
<execution>
8383
<goals>

samples/review-triage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugins>
8585
<plugin>
8686
<artifactId>maven-failsafe-plugin</artifactId>
87-
<version>3.2.3</version>
87+
<version>3.2.5</version>
8888
<executions>
8989
<execution>
9090
<goals>

0 commit comments

Comments
 (0)