Skip to content

Commit

Permalink
Updating Bouncy Castle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Jan 3, 2024
1 parent 66b5ccc commit 2988ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kitodo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
<dependency>
<groupId>org.camunda.bpm.model</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ from system library in Java 11+ -->
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm.model</groupId>
Expand Down

0 comments on commit 2988ee6

Please sign in to comment.