Skip to content

Commit

Permalink
Merge pull request #7 from aliassheikh/dropwizard-upgrade-3x
Browse files Browse the repository at this point in the history
DD-1381 Upgrade microservices to DropWizard 3
  • Loading branch information
janvanmansum authored Oct 20, 2023
2 parents fbc0d12 + bed261b commit c21ae2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.knaw.dans</groupId>
<artifactId>dd-parent</artifactId>
<version>0.21.0</version>
<version>0.23.0</version>
</parent>

<artifactId>dans-bagit-lib</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
<dependency>
<groupId>org.kamranzafar</groupId>
Expand Down

0 comments on commit c21ae2f

Please sign in to comment.