diff --git a/blazingcache-core/pom.xml b/blazingcache-core/pom.xml
index 47f8f63..c11190e 100644
--- a/blazingcache-core/pom.xml
+++ b/blazingcache-core/pom.xml
@@ -77,8 +77,8 @@
com.sun.jmx
- slf4j-log4j12
- org.slf4j
+ ch.qos.logback
+ *
diff --git a/blazingcache-jcache/pom.xml b/blazingcache-jcache/pom.xml
index c431c76..ac83a08 100644
--- a/blazingcache-jcache/pom.xml
+++ b/blazingcache-jcache/pom.xml
@@ -26,7 +26,7 @@
javax.cache
cache-api
- 1.1.0
+ 1.1.1
${project.groupId}
diff --git a/blazingcache-services/pom.xml b/blazingcache-services/pom.xml
index 4d859b5..5fb3533 100644
--- a/blazingcache-services/pom.xml
+++ b/blazingcache-services/pom.xml
@@ -92,8 +92,8 @@
com.sun.jmx
- slf4j-log4j12
- org.slf4j
+ ch.qos.logback
+ *
diff --git a/dependency_check_exclusions.xml b/dependency_check_exclusions.xml
new file mode 100644
index 0000000..fdcd600
--- /dev/null
+++ b/dependency_check_exclusions.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0c6a75b..43e47bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,13 +65,13 @@
UTF-8
17
17
- 4.1.72.Final
- 2.0.46.Final
+ 4.1.94.Final
+ 2.0.62.Final
4.0.1
4.13.2
- 2.13.4
- 3.6.3
- 1.1.7.6
+ 2.15.2
+ 3.8.2
+ 1.1.10.5
4.1.9
2.7
3.2.1
@@ -123,7 +123,7 @@
org.apache.rat
apache-rat-plugin
- 0.14
+ 0.15
@@ -169,6 +169,20 @@
+
+ org.owasp
+ dependency-check-maven
+ 5.3.0
+
+ true
+ true
+ true
+ false
+
+ dependency_check_exclusions.xml
+
+
+