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-text.git
The following commit(s) were added to refs/heads/master by this push: new 60f0057 [build] org.mockito:mockito-core 3.3.3 -> 3.4.3. 60f0057 is described below commit 60f005720791dd931783838e3f2156e7f1e0a988 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 17 13:31:16 2020 -0400 [build] org.mockito:mockito-core 3.3.3 -> 3.4.3. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 28904c9..d787acc 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.3.3</version> + <version>3.4.3</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b845d30..d8f8c32 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -83,6 +83,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">[build] checkstyle.version 8.27 -> 8.33.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] org.apache.commons:commons-parent 48 -> 51.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] maven-pmd-plugin 3.12.0 -> 3.13.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">[build] org.mockito:mockito-core 3.3.3 -> 3.4.3.</action> </release> <release version="1.8" date="2019-08-30" description="Release 1.8">