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
…2315) (#2316)

Co-authored-by: Enrique Mingorance Cano <emingora@redhat.com>
  • Loading branch information
github-actions[bot] and Ginxo committed Aug 15, 2023
1 parent cae9e9a commit 97b90e3
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 97b90e3

Please sign in to comment.