From 17f24c90b5701114bc6b7912c870fcfe424bcb93 Mon Sep 17 00:00:00 2001 From: kozub Date: Wed, 18 Jan 2023 10:59:58 +0100 Subject: [PATCH] Bump Mockito to latest compatible version. Configure dependabot to avoid bumping Mockito to v. 5. --- .github/dependabot.yml | 4 ++++ pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index caf24d1f9..743eaa616 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: labels: - "maven" - "dependencies" + ignore: + # Ignore Mockito 5.X.X as it does not support Java 8 + - dependency-name: mockito-* + update-types: ["version-update:semver-major"] \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6eec4c461..23000f9d4 100644 --- a/pom.xml +++ b/pom.xml @@ -244,13 +244,13 @@ org.mockito mockito-core - 4.9.0 + 4.11.0 test org.mockito mockito-inline - 4.9.0 + 4.11.0 test