REPO-4241 Update bouncycastle 1.61 (#61)

This commit is contained in:
Alex Mukha
2019-03-05 17:23:44 +00:00
committed by GitHub
parent 2ae5a16347
commit 0955e574cc

View File

@@ -161,6 +161,12 @@
<artifactId>cxf-rt-ws-policy</artifactId>
<version>${dependency.cxf.version}</version>
</dependency>
<!-- Newer bouncycastle, used in TIKA, see REPO-4241 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<version>1.61</version>
</dependency>
</dependencies>
</dependencyManagement>