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-text.git
The following commit(s) were added to refs/heads/master by this push: new 9c56d9c0 Bump mockito-inline from 4.8.0 to 4.8.1 9c56d9c0 is described below commit 9c56d9c08b0de0e76cc50ea51b1139ffdbd2906a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 21 20:11:51 2022 +0000 Bump mockito-inline from 4.8.0 to 4.8.1 Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 726e7fc4..084ad23d 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ <commons.pmd.version>3.19.0</commons.pmd.version> <commons.pmd-impl.version>6.50.0</commons.pmd-impl.version> - <commons.mockito.version>4.8.0</commons.mockito.version> + <commons.mockito.version>4.8.1</commons.mockito.version> <commons.jacoco.version>0.8.8</commons.jacoco.version> <!-- apache-rat-plugin 0.13 and jdepend-maven-plugin 2.0 both fail with LinkageError when generating reports diff --git a/src/changes/changes.xml b/src/changes/changes.xml index be3b000e..bcd91a03 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-rng-simple from 1.4 to 1.5 #370.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 #371.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs from 4.7.2 to 4.7.3 #373.</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump mockito-inline from 4.8.0 to 4.8.1 #380.</action> </release> <release version="1.10.0" date="2022-09-24" description="Release 1.10.0. Requires Java 8."> <!-- FIX -->