This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 6edf57168f Bump surefire.version from 3.5.1 to 3.5.2
6edf57168f is described below
commit 6edf57168f1dea29ad4c8122a1b254fad865cbd9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 13:40:46 2024 +0000
Bump surefire.version from 3.5.1 to 3.5.2
Bumps `surefire.version` from 3.5.1 to 3.5.2.
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2)
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2)
---
updated-dependencies:
- 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-failsafe-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8ab4bbc11c..b83df1b22d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,7 +503,7 @@
<maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
<maven-archetype.version>3.3.1</maven-archetype.version>
<activemq.version>6.1.3</activemq.version>
- <surefire.version>3.5.1</surefire.version>
+ <surefire.version>3.5.2</surefire.version>
<!-- This variable is used in some Xdocs and is substituted using
Velocity. Note that
we can't use the project.version variable directly because of the
dot. See
http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html
-->