Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #355 from spotify/klaraward-patch-3
Browse files Browse the repository at this point in the history
Bump okio to 2.9.0 and dropwizard.metrics to 4.0.5
  • Loading branch information
klaraward committed May 21, 2021
2 parents 34156e7 + 3a1c423 commit 3c59e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.7.0</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down Expand Up @@ -153,12 +153,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.0.2</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>4.0.2</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>com.spotify.metrics</groupId>
Expand Down

0 comments on commit 3c59e12

Please sign in to comment.