From e08b7f89fcdf42f55f0ef6e403a148828ed5ba0f Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Thu, 7 Jul 2016 16:30:15 -0400 Subject: [PATCH] fixed bouncy castle dependency range, closes #1084 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 49a73c674..fb15f0844 100644 --- a/pom.xml +++ b/pom.xml @@ -483,7 +483,7 @@ org.bouncycastle bcprov-jdk15on - [1.52,] + [1.52,)