Skip to content

Commit

Permalink
[PRODSEC-7261] bump bouncycastle version (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcichonczyk committed Dec 13, 2023
1 parent e700ada commit 75c1709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<!-- for Apache Tika Parsers - eg. encrypted PDF -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit 75c1709

Please sign in to comment.