From 653c260465b44a0222e11793b204d3846cc0bd92 Mon Sep 17 00:00:00 2001 From: Railag Date: Fri, 22 Feb 2019 15:31:34 +0300 Subject: [PATCH] bug(fix) added security scan plugin & updated vulnerable libraries (ENG-691) --- daemon/pom.xml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/daemon/pom.xml b/daemon/pom.xml index 6958e2e0..f90b04e4 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.3 + 3.8.0 1.8 1.8 @@ -67,7 +67,7 @@ maven-resources-plugin - 2.4.3 + 3.1.0 copy-resources @@ -87,6 +87,18 @@ + + org.owasp + dependency-check-maven + 5.0.0-M1 + + + + check + + + + @@ -103,7 +115,7 @@ io.netty netty-all - 4.0.34.Final + 4.1.33.Final org.hornetq @@ -123,22 +135,22 @@ com.jcraft jsch - 0.1.54 + 0.1.55 com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.9.8 org.apache.httpcomponents httpmime - 4.4 + 4.5.7 io.sentry sentry - 1.7.16 + 1.7.21