From 7b910b6d4b4fb62e1eb8bfaeac07aa2939b81845 Mon Sep 17 00:00:00 2001 From: Leonard Vaughn Date: Tue, 17 Sep 2019 16:08:32 -0700 Subject: [PATCH] bump DC to 5.2.1 --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index d452481..c613ff4 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(def dependency-check-version "3.3.2") +(def dependency-check-version "5.2.1") -(defproject com.livingsocial/lein-dependency-check "1.1.2" +(defproject com.livingsocial/lein-dependency-check "1.1.3" :description "Clojure command line tool for detecting vulnerable project dependencies" :url "https://github.com/livingsocial/lein-dependency-check" :license {:name "The MIT License (MIT)"