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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 20c5b7a Bump mockito.version from 4.2.0 to 4.3.1 (#243) 20c5b7a is described below commit 20c5b7adcb037fe1c75e9eabe00183d64150529b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Feb 13 10:50:24 2022 -0500 Bump mockito.version from 4.2.0 to 4.3.1 (#243) Bumps `mockito.version` from 4.2.0 to 4.3.1. Updates `mockito-core` from 4.2.0 to 4.3.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1) Updates `mockito-junit-jupiter` from 4.2.0 to 4.3.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... 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 55283fc..28f5bed 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <commons.rc.version>RC1</commons.rc.version> <!-- old version used by japicmp --> <commons.bc.version>1.21</commons.bc.version> - <mockito.version>4.2.0</mockito.version> + <mockito.version>4.3.1</mockito.version> <commons.pmd-plugin.version>3.15.0</commons.pmd-plugin.version> <commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>