From 9a529a9513d5b6eb70ce12cb924bf38cf22fecb0 Mon Sep 17 00:00:00 2001
From: javiertuya <10879637+javiertuya@users.noreply.github.com>
Date: Sat, 14 Oct 2023 08:51:42 +0200
Subject: [PATCH] Update slf4j to v2 to fix breaking change sqlite 3.43.2
---
.github/dependabot.yml | 2 --
pom.xml | 4 ++--
qacover-core/pom.xml | 2 +-
qacover-model/pom.xml | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 23b7c35..8a479f1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,8 +6,6 @@ updates:
- dependency-name: "com.microsoft.sqlserver*"
- dependency-name: "com.oracle.database.jdbc*"
update-types: ["version-update:semver-major"]
- - dependency-name: "org.slf4j*"
- update-types: ["version-update:semver-major"]
schedule:
interval: daily
open-pull-requests-limit: 20
diff --git a/pom.xml b/pom.xml
index c918eaf..d4ab3fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,11 +80,11 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.9
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
2.20.0
test
diff --git a/qacover-core/pom.xml b/qacover-core/pom.xml
index 13c93a2..fd9887a 100644
--- a/qacover-core/pom.xml
+++ b/qacover-core/pom.xml
@@ -45,7 +45,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
junit
diff --git a/qacover-model/pom.xml b/qacover-model/pom.xml
index 27d52ab..fe27616 100644
--- a/qacover-model/pom.xml
+++ b/qacover-model/pom.xml
@@ -37,7 +37,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
junit