diff --git a/.drone.yml b/.drone.yml
index 286edf3..c867172 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -24,7 +24,7 @@ steps:
# check maven dependencies
- name: dependency-check
- image: maven:3-eclipse-temurin-16
+ image: maven:3-eclipse-temurin-21
commands:
- mvn dependency-check:check --no-transfer-progress -B -V
diff --git a/pom.xml b/pom.xml
index 8dc7000..86c0dfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,10 +68,33 @@
+
+
+
+ org.owasp
+ dependency-check-maven
+ 12.1.0
+
+ 8
+
+ html
+ json
+
+
+ ./suppressions.xml
+
+
+
+
+
+
21
21
UTF-8
+ ./target/dependency-check-report.html
+ ./target/dependency-check-report.json
+ true