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