We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb93587 commit d5bd43fCopy full SHA for d5bd43f
pom.xml
@@ -197,7 +197,7 @@
197
<plugin>
198
<groupId>com.spotify.fmt</groupId>
199
<artifactId>fmt-maven-plugin</artifactId>
200
- <version>2.23</version>
+ <version>2.25</version>
201
<configuration>
202
<filesNamePattern>.*\.java</filesNamePattern>
203
<skip>false</skip>
@@ -217,7 +217,7 @@
217
<properties>
218
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
219
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
220
- <dropwizard.version>4.0.7</dropwizard.version>
+ <dropwizard.version>4.0.11</dropwizard.version>
221
</properties>
222
223
</project>
0 commit comments