Skip to content

Commit 2f6628d

Browse files
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1) --- 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 4eada1d commit 2f6628d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

samples/chatbot-easy-rag/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugins>
144144
<plugin>
145145
<artifactId>maven-failsafe-plugin</artifactId>
146-
<version>3.5.0</version>
146+
<version>3.5.1</version>
147147
<executions>
148148
<execution>
149149
<goals>

samples/chatbot-web-search/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugins>
144144
<plugin>
145145
<artifactId>maven-failsafe-plugin</artifactId>
146-
<version>3.5.0</version>
146+
<version>3.5.1</version>
147147
<executions>
148148
<execution>
149149
<goals>

samples/chatbot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugins>
144144
<plugin>
145145
<artifactId>maven-failsafe-plugin</artifactId>
146-
<version>3.5.0</version>
146+
<version>3.5.1</version>
147147
<executions>
148148
<execution>
149149
<goals>

samples/cli-translator/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.5.0</version>
106+
<version>3.5.1</version>
107107
<executions>
108108
<execution>
109109
<goals>

samples/email-a-poem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<plugins>
136136
<plugin>
137137
<artifactId>maven-failsafe-plugin</artifactId>
138-
<version>3.5.0</version>
138+
<version>3.5.1</version>
139139
<executions>
140140
<execution>
141141
<goals>

samples/fraud-detection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<plugins>
115115
<plugin>
116116
<artifactId>maven-failsafe-plugin</artifactId>
117-
<version>3.5.0</version>
117+
<version>3.5.1</version>
118118
<executions>
119119
<execution>
120120
<goals>

samples/review-triage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<plugins>
116116
<plugin>
117117
<artifactId>maven-failsafe-plugin</artifactId>
118-
<version>3.5.0</version>
118+
<version>3.5.1</version>
119119
<executions>
120120
<execution>
121121
<goals>

samples/secure-fraud-detection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugins>
123123
<plugin>
124124
<artifactId>maven-failsafe-plugin</artifactId>
125-
<version>3.5.0</version>
125+
<version>3.5.1</version>
126126
<executions>
127127
<execution>
128128
<goals>

samples/secure-vertex-ai-gemini-poem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugins>
129129
<plugin>
130130
<artifactId>maven-failsafe-plugin</artifactId>
131-
<version>3.5.0</version>
131+
<version>3.5.1</version>
132132
<executions>
133133
<execution>
134134
<goals>

samples/sql-chatbot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<plugins>
139139
<plugin>
140140
<artifactId>maven-failsafe-plugin</artifactId>
141-
<version>3.5.0</version>
141+
<version>3.5.1</version>
142142
<executions>
143143
<execution>
144144
<goals>

0 commit comments

Comments
 (0)