This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new ae6e2ac Bump junit-jupiter from 5.7.1 to 5.7.2
new cb35283 Merge branch 'pr-151'
ae6e2ac is described below
commit ae6e2ac80af18e6547184367bb1761829364d7d0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 17 05:59:59 2021 +0000
Bump junit-jupiter from 5.7.1 to 5.7.2
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.1 to
5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 166b2ca..50816d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl>
<commons.releaseManagerName>Bruno P. Kinoshita</commons.releaseManagerName>
<commons.releaseManagerKey>33C6E01240C5468C2B7A556954E2764B48A42DF0</commons.releaseManagerKey>
- <junit.version>5.7.1</junit.version>
+ <junit.version>5.7.2</junit.version>
</properties>
<scm>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 649c9e9..a82e442 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,7 +88,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump commons-io from 2.7 to 2.8.0 #96.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
- Bump junit-jupiter from 5.6.2 to 5.7.1 #97 #119.
+ Bump junit-jupiter from 5.6.2 to 5.7.2 #97 #119 #151.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump actions/checkout from v2.3.2 to v2.3.4 #99 #107.