This is an automated email from the ASF dual-hosted git repository. slachiewicz 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 c043b1d Bump version.maven-surefire from 3.5.2 to 3.5.3 c043b1d is described below commit c043b1d54b34b2da58565f8b9448ab6c58a07bae Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Mar 31 04:03:00 2025 +0000 Bump version.maven-surefire from 3.5.2 to 3.5.3 Bumps `version.maven-surefire` from 3.5.2 to 3.5.3. Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bcbf15..4fb0f28 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,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.5.2</surefire.version><!-- for surefire, failsafe and surefire-report --> + <surefire.version>3.5.3</surefire.version><!-- for surefire, failsafe and surefire-report --> <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> <project.build.outputTimestamp>2025-03-15T11:45:36Z</project.build.outputTimestamp>