aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2021-12-13 13:28:33 +0100
committerGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2022-01-20 14:54:26 +0100
commit9aae8448405c93c5384be3a33b52bd4434faf972 (patch)
tree2f62a2151a8747a1f177611c4e82f5d7edc3ad31 /build.gradle
parent6f36c5c075c91ff191944ee5c1a399c6be0be1a1 (diff)
downloadpdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.tar.gz
pdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.tar.bz2
pdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.zip
Update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7eac8db6..982b3abf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ configurations {
}
dependencies {
- cveCheck 'org.owasp:dependency-check-ant:1.2.5'
+ cveCheck 'org.owasp:dependency-check-ant:6.3.2'
}
task checkCVE {