From d3a9a2144e2ab9532d1ca2721399ea9d1c545c09 Mon Sep 17 00:00:00 2001 From: Jakob Frank Date: Thu, 19 Oct 2023 11:54:40 +0200 Subject: [PATCH] Update slf4j to 2.x --- .github/dependabot.yml | 5 ----- pom.xml | 2 +- slf4j/pom.xml | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 509d5b6..adb0bca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,3 @@ updates: directory: / schedule: interval: "daily" - ignore: - - dependency-name: "org.slf4j:*" - update-types: ["version-update:semver-major"] - - dependency-name: "ch.qos.logback:*" - update-types: ["version-update:semver-minor"] diff --git a/pom.xml b/pom.xml index 94d3849..400c3d2 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ 11 - 1.7.36 + 2.0.9 2.14.0 3.13.0 1.19.1 diff --git a/slf4j/pom.xml b/slf4j/pom.xml index 384f4d1..c16d96e 100644 --- a/slf4j/pom.xml +++ b/slf4j/pom.xml @@ -42,7 +42,7 @@ ch.qos.logback logback-classic - 1.2.12 + 1.4.11 test