This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new f50b96f109 [AMQ-9269] Upgrade to maven-surefire-plugin 3.1.2
new 5ae253547f Merge pull request #1022 from jbonofre/AMQ-9269
f50b96f109 is described below
commit f50b96f10993ccb684fadafd7ba3510b54e146bb
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jun 8 11:00:20 2023 +0200
[AMQ-9269] Upgrade to maven-surefire-plugin 3.1.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a1703ddc9d..66d0da8225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<!-- Maven Plugin Version for this Project -->
<maven-bundle-plugin-version>5.1.9</maven-bundle-plugin-version>
- <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version>
+ <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
<maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
<maven-assembly-plugin-version>3.6.0</maven-assembly-plugin-version>
<maven-release-plugin-version>3.0.0-M7</maven-release-plugin-version>