Skip to content

Commit

Permalink
Merge pull request kitodo#5867 from slub/update_bountycastle_dependency
Browse files Browse the repository at this point in the history
Updating Bouncy Castle dependency (security fix)
  • Loading branch information
solth authored Jan 9, 2024
2 parents 5004078 + 2988ee6 commit e8f5b17
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 e8f5b17

Please sign in to comment.