From d614564f5b63a04e3ac51136015d639fd1c0e9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Fri, 10 Nov 2023 16:05:31 +0100 Subject: [PATCH] Fix JsonUnit baseline to a Java 8 compatible version (#421) --- .github/dependabot.yml | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8332ef39..9d763597 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + # JsonUnit `2.x` is the last Java 8 compatible major release + - dependency-name: "net.javacrumbs.json-unit:*" + update-types: ["version-update:semver-major"] - package-ecosystem: "github-actions" directory: "/" diff --git a/pom.xml b/pom.xml index 3c0f872f..9c70985c 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ net.javacrumbs.json-unit json-unit-assertj - 3.2.2 + 2.38.0 test