This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push:
new ad66b8b [MPOM-406] Bump surefire from 3.1.0 to 3.1.2
ad66b8b is described below
commit ad66b8bbd7eece57cef16d1ded9c9ad9f24f88ef
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jun 11 16:44:01 2023 +0200
[MPOM-406] Bump surefire from 3.1.0 to 3.1.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a8c79d7..912e7a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@ under the License.
<minimalJavaBuildVersion>1.8</minimalJavaBuildVersion>
<maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
- <surefire.version>3.1.0</surefire.version><!-- for surefire, failsafe and
surefire-report -->
+ <surefire.version>3.1.2</surefire.version><!-- for surefire, failsafe and
surefire-report -->
<maven.plugin.tools.version>3.9.0</maven.plugin.tools.version><!-- for
m-plugin-p and maven-plugin-annotations -->
<assembly.tarLongFileMode>posix</assembly.tarLongFileMode>