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