This is an automated email from the ASF dual-hosted git repository. gnodet 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 2102c2f Bump version.maven-surefire from 3.3.0 to 3.5.2 (#274) 2102c2f is described below commit 2102c2ff3a7423e5477183e3631c430e5e9c42ee Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Dec 6 15:46:42 2024 +0100 Bump version.maven-surefire from 3.3.0 to 3.5.2 (#274) Bumps `version.maven-surefire` from 3.3.0 to 3.5.2. Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce1d52b..f2f846d 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ under the License. <minimalJavaBuildVersion>${maven.compiler.target}</minimalJavaBuildVersion> <maven.compiler.source>${maven.compiler.target}</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target><!-- use version numbers without the "1." prefix (supported since javac 5) --> - <surefire.version>3.3.0</surefire.version><!-- for surefire, failsafe and surefire-report --> + <surefire.version>3.5.2</surefire.version><!-- for surefire, failsafe and surefire-report --> <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> <project.build.outputTimestamp>2024-07-04T18:52:57Z</project.build.outputTimestamp>