This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 976f88a Bump mockitoVersion from 4.2.0 to 4.3.1 (#734)
976f88a is described below
commit 976f88ab0c801aa151c3393cdd461a5ec688c869
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 2 16:55:40 2022 +0100
Bump mockitoVersion from 4.2.0 to 4.3.1 (#734)
Bumps `mockitoVersion` 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:production
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] <[email protected]>
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 ec656a1..ca0728b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,7 @@
<jctoolsVersion>1.2.1</jctoolsVersion>
<junitVersion>4.13.2</junitVersion>
<junitJupiterVersion>5.8.2</junitJupiterVersion>
- <mockitoVersion>4.2.0</mockitoVersion>
+ <mockitoVersion>4.3.1</mockitoVersion>
<xmlunitVersion>2.8.4</xmlunitVersion>
<argLine>-Xms256m -Xmx1024m</argLine>
<javaTargetVersion>1.8</javaTargetVersion>