From efcec08f972124716f06bdf79759c0deafe74cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:43:39 +0000 Subject: [PATCH] Bump the prod-deps group with 2 updates Bumps the prod-deps group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.14.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) Updates `org.mockito:mockito-junit-jupiter` from 5.14.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4f994a94d..e670555ac 100644 --- a/pom.xml +++ b/pom.xml @@ -252,13 +252,13 @@ org.mockito mockito-core - 5.14.0 + 5.14.1 test org.mockito mockito-junit-jupiter - 5.14.0 + 5.14.1 test