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-io.git
The following commit(s) were added to refs/heads/master by this push: new 79b16f0 Bump junit-bom from 5.8.1 to 5.8.2 79b16f0 is described below commit 79b16f0979881d7f8961d59f5b1e530c9598573b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Dec 3 00:14:17 2021 +0000 Bump junit-bom from 5.8.1 to 5.8.2 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 e67c346..8e1af2c 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ file comparators, endian transformation classes, and much more. <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> - <version>5.8.1</version> + <version>5.8.2</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fdc0d77..be39281 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -313,7 +313,7 @@ The <action> type attribute can be add,update,fix,remove. Bump checkstyle from 8.44 to 9.2 #256, #257, #266, #279, #292. #308. </action> <action dev="ggregory" type="update" due-to="Dependabot"> - Bump junit-bom from 5.8.0-M1 to 5.8.1 #260, #271, #275. + Bump junit-bom from 5.8.0-M1 to 5.8.2 #260, #271, #275, #309. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Bump mockito-inline from 3.11.2 to 4.1.0 #262, #264, #282, #306