Skip to content

Commit

Permalink
Merge pull request #16 from jkgeyti/master
Browse files Browse the repository at this point in the history
Update dropwizard dependency to 4.0.2
  • Loading branch information
azagniotov authored Jul 22, 2018
2 parents 32f3c76 + c273e9b commit e6fc5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ allprojects {
}

dependencies {
compile("io.dropwizard.metrics:metrics-core:4.0.0")
compile("io.dropwizard.metrics:metrics-jvm:4.0.0")
compile("io.dropwizard.metrics:metrics-core:4.0.2")
compile("io.dropwizard.metrics:metrics-jvm:4.0.2")
compile("com.amazonaws:aws-java-sdk-cloudwatch:1.11.179")

compile("ch.qos.logback:logback-classic:1.2.2")
Expand Down

0 comments on commit e6fc5ad

Please sign in to comment.