Skip to content

Commit

Permalink
Update dropwizard
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Mar 9, 2023
1 parent 9390cfe commit 6f54f30
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 @@ -33,7 +33,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard.version>2.1.4</dropwizard.version>
<dropwizard.version>2.1.5</dropwizard.version>
<jjwt.version>0.11.5</jjwt.version>
<enforcer.fail>false</enforcer.fail>
</properties>
Expand All @@ -47,7 +47,7 @@
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit 6f54f30

Please sign in to comment.