Skip to content

Commit

Permalink
Merge pull request #495 from prometheus/bump-dep
Browse files Browse the repository at this point in the history
Bump client_java to 0.9.0
  • Loading branch information
bwplotka authored May 12, 2020
2 parents fffa484 + a45c110 commit d1be1c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.6.0</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jmx_prometheus_httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
<version>0.6.0</version>
<version>0.9.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jmx_prometheus_javaagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_hotspot</artifactId>
<version>0.6.0</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
<version>0.6.0</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit d1be1c4

Please sign in to comment.