diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60fc50a9..ed6ce5f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,11 @@ updates: directory: "/" schedule: interval: "daily" - + ignore: + # Ignore slf4j-api major version bump because 1.x and 2.x are not compatible + - dependency-name: "slf4j-api" + update-types: ["version-update:semver-major"] + - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/pom.xml b/pom.xml index 82b4485d..d659bf20 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 5.9.2 6.5.1 - 2.0.7 + 1.7.36 2.20.0 5.2.0 5.2.0