This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 708ebd4 Bump maven-failsafe-plugin from 3.0.0-M5 to 3.0.0-M7 (#91)
708ebd4 is described below
commit 708ebd4099e62427f5ad1ede150ebea0a544e5cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 8 18:23:10 2022 -0400
Bump maven-failsafe-plugin from 3.0.0-M5 to 3.0.0-M7 (#91)
Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire)
from 3.0.0-M5 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M7)
---
updated-dependencies:
- 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]>
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 d885bbc..bd73e8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -574,7 +574,7 @@ under the License.
<commons.jira.pid>12310484</commons.jira.pid>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC2</commons.rc.version>
- <commons.surefire.version>3.0.0-M5</commons.surefire.version>
+ <commons.surefire.version>3.0.0-M7</commons.surefire.version>
<spotbugs.plugin.version>4.6.0.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.7.0</spotbugs.impl.version>
<skipSurefireReport>true</skipSurefireReport>