Skip to content

Commit e812cb3

Browse files
authored
Merge pull request #977 from quarkiverse/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1
2 parents 4eada1d + 2f6628d commit e812cb3

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)