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.
2 parents 97ac317 + 9203e5d commit b7955e2Copy full SHA for b7955e2
project/src/main/scala/modules/javaDropwizard.scala
@@ -22,7 +22,7 @@ object javaDropwizard {
22
"io.dropwizard" % "dropwizard-forms" % dropwizardVersion,
23
"org.asynchttpclient" % "async-http-client" % ahcVersion,
24
"junit" % "junit" % "4.13.2" % Test,
25
- "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.2" % Test,
+ "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.3" % Test,
26
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
27
"com.github.tomakehurst" % "wiremock" % "2.27.2" % Test,
28
"io.dropwizard" % "dropwizard-testing" % dropwizardVersion % Test,
0 commit comments