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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new fd13f3d Bump junit-bom from 5.7.0 to 5.7.1 (#707)
fd13f3d is described below
commit fd13f3d19cd3d1f00badfe2c9b750f8274edc83d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 10 17:10:29 2021 -0500
Bump junit-bom from 5.7.0 to 5.7.1 (#707)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.1)
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 5135e4c..6f97f25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -518,7 +518,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.7.0</version>
+ <version>5.7.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>