Skip to content

Commit 5c57411

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

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
@@ -80,7 +80,7 @@
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>3.2.2</version>
83+
<version>3.2.3</version>
8484
<configuration>
8585
<systemPropertyVariables>
8686
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>

samples/csv-chatbot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</plugin>
8787
<plugin>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.2.2</version>
89+
<version>3.2.3</version>
9090
<configuration>
9191
<systemPropertyVariables>
9292
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>

samples/email-a-poem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>3.2.2</version>
57+
<version>3.2.3</version>
5858
<configuration>
5959
<systemPropertyVariables>
6060
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>

samples/fraud-detection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>3.2.2</version>
57+
<version>3.2.3</version>
5858
<configuration>
5959
<systemPropertyVariables>
6060
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>

samples/review-triage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</plugin>
6262
<plugin>
6363
<artifactId>maven-surefire-plugin</artifactId>
64-
<version>3.2.2</version>
64+
<version>3.2.3</version>
6565
<configuration>
6666
<systemPropertyVariables>
6767
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>

0 commit comments

Comments
 (0)