Skip to content

Commit 5509b57

Browse files
authored
Merge pull request #217 from quarkiverse/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.2.5
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5
2 parents c78a801 + bdf3104 commit 5509b57

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)