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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new bc957aa Bump junit from 4.13.1 to 4.13.2 new 5fac1cd Merge branch 'pr-39' bc957aa is described below commit bc957aa96c61a02cba1a1980a65c721ee2718d0e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 15 08:17:54 2021 +0000 Bump junit from 4.13.1 to 4.13.2 Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2) Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 22538f1..b433fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -200,7 +200,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13.1</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <!-- A bit of jar-hell requires this to come last. --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 777b7fb..d791ee0 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,7 +38,7 @@ <action type="update" dev="sebb">Don't create hash for .asc files.</action> <action type="update" dev="ggregory">Replace FindBugs with SpotBugs.</action> <action type="update" dev="ggregory">Update Apache Commons Codec from 1.13 to 1.14.</action> - <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.1, #23.</action> + <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action> <action type="update" dev="ggregory">Update Maven dependencies from 3.6.1 to 3.6.3.</action> <action type="update" dev="ggregory">Update Apache Commons Compress from 1.19 to 1.20.</action> <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.8 #13.</action>