Skip to content

Commit

Permalink
Use simpleclient 0.0.26
Browse files Browse the repository at this point in the history
This pulls in improved hotspot support for Java 9/IBM JVM.
  • Loading branch information
brian-brazil committed Jul 31, 2017
1 parent e4d41d2 commit e9d3dcf
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.0.25</version>
<version>0.0.26</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.0.25</version>
<version>0.0.26</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.0.25</version>
<version>0.0.26</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
<version>0.0.25</version>
<version>0.0.26</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e9d3dcf

Please sign in to comment.