Skip to content

Commit 6f54f30

Browse files
author
Olivier Chédru
committed
Update dropwizard
1 parent 9390cfe commit 6f54f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<maven.compiler.source>1.8</maven.compiler.source>
3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<dropwizard.version>2.1.4</dropwizard.version>
36+
<dropwizard.version>2.1.5</dropwizard.version>
3737
<jjwt.version>0.11.5</jjwt.version>
3838
<enforcer.fail>false</enforcer.fail>
3939
</properties>
@@ -47,7 +47,7 @@
4747
<repository>
4848
<id>sonatype-nexus-snapshots</id>
4949
<name>Sonatype Nexus Snapshots</name>
50-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
50+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
5151
<releases>
5252
<enabled>false</enabled>
5353
</releases>

0 commit comments

Comments
 (0)