diff --git a/airsonic-main/cve-suppressed.xml b/airsonic-main/cve-suppressed.xml index e3bb2161..1ff88faf 100644 --- a/airsonic-main/cve-suppressed.xml +++ b/airsonic-main/cve-suppressed.xml @@ -124,4 +124,9 @@ ^org\.postgresql:postgresql:.*$ CVE-2018-1115 + + This is for nodejs + ^org\.mariadb\.jdbc:mariadb-java-client:.*$ + CVE-2017-16046 + diff --git a/pom.xml b/pom.xml index b335a731..b6e4477b 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ org.springframework.boot spring-boot-dependencies - 1.5.12.RELEASE + 1.5.14.RELEASE pom import @@ -205,7 +205,7 @@ org.owasp dependency-check-maven - 3.1.2 + 3.2.1 true true