Skip to content

Commit 876606b

Browse files
committed
TIKA-4792: update bc
1 parent 695d595 commit 876606b

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

tika-parent/pom.xml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
<biz.aqute.version>6.4.1</biz.aqute.version>
326326
<boilerpipe.version>1.1.0</boilerpipe.version>
327327
<!-- used by POI, PDFBox and Jackcess encrypt ...try to sync -->
328-
<bouncycastle.version>1.85</bouncycastle.version>
328+
<bouncycastle.version>1.85.2</bouncycastle.version>
329329
<!-- NOTE: sync brotli version with commons-compress-->
330330
<brotli.version>0.1.2</brotli.version>
331331
<commons.cli.version>1.11.0</commons.cli.version>
@@ -463,6 +463,13 @@
463463
<dependencyManagement>
464464
<dependencies>
465465
<!-- boms -->
466+
<dependency>
467+
<groupId>org.bouncycastle</groupId>
468+
<artifactId>bc-jdk18on-bom</artifactId>
469+
<version>${bouncycastle.version}</version>
470+
<type>pom</type>
471+
<scope>import</scope>
472+
</dependency>
466473
<dependency>
467474
<groupId>com.fasterxml.jackson</groupId>
468475
<artifactId>jackson-bom</artifactId>
@@ -956,21 +963,6 @@
956963
<artifactId>zookeeper</artifactId>
957964
<version>${zookeeper.version}</version>
958965
</dependency>
959-
<dependency>
960-
<groupId>org.bouncycastle</groupId>
961-
<artifactId>bcjmail-jdk18on</artifactId>
962-
<version>${bouncycastle.version}</version>
963-
</dependency>
964-
<dependency>
965-
<groupId>org.bouncycastle</groupId>
966-
<artifactId>bcpkix-jdk18on</artifactId>
967-
<version>${bouncycastle.version}</version>
968-
</dependency>
969-
<dependency>
970-
<groupId>org.bouncycastle</groupId>
971-
<artifactId>bcprov-jdk18on</artifactId>
972-
<version>${bouncycastle.version}</version>
973-
</dependency>
974966
<dependency>
975967
<groupId>org.freemarker</groupId>
976968
<artifactId>freemarker</artifactId>

0 commit comments

Comments
 (0)