Skip to content

Commit

Permalink
org.bouncycastle.bcp.*-jdk15on to org.bouncycastle.bcp.*-jdk15to18 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginxo committed Aug 14, 2023
1 parent 7e49e0e commit 5e6995c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jbpm-workitems/jbpm-workitems-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk15to18</artifactId>
<scope>test</scope>
</dependency>
<!-- needed for jdk 11 -->
Expand Down

0 comments on commit 5e6995c

Please sign in to comment.