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-pool.git
The following commit(s) were added to refs/heads/master by this push: new fe5075f Bump junit-bom from 5.8.0 to 5.8.1 (#103) fe5075f is described below commit fe5075f7ae1343ea7c88ffb72900dcf9c1493259 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Oct 17 10:12:24 2021 -0400 Bump junit-bom from 5.8.0 to 5.8.1 (#103) Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1) --- 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> 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 2f641f0..3eec6ad 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ <commons.japicmp.version>0.15.3</commons.japicmp.version> <clirr.skip>true</clirr.skip> <japicmp.skip>false</japicmp.skip> - <junit.version>5.8.0</junit.version> + <junit.version>5.8.1</junit.version> <spotbugs.skip>false</spotbugs.skip> </properties>