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 b79c6fffe AMQ-9381: Upgrade to maven-surefire-plugin 3.2.1
new fb379997c Merge pull request #1111 from jbonofre/AMQ-9381
b79c6fffe is described below
commit b79c6fffe036f4919ef55417b6e2e749d235a3e4
Author: JB Onofré <[email protected]>
AuthorDate: Tue Nov 7 15:50:30 2023 +0100
AMQ-9381: Upgrade to maven-surefire-plugin 3.2.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 062da0608..bb0692237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
<!-- Maven Plugin Version for this Project -->
<maven-bundle-plugin-version>5.1.9</maven-bundle-plugin-version>
- <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
+ <maven-surefire-plugin-version>3.2.1</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.1</maven-release-plugin-version>