File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ version can be found on in the maven repository for
12
12
<dependency >
13
13
<groupId >io.prometheus</groupId >
14
14
<artifactId >simpleclient</artifactId >
15
- <version >0.0.14 </version >
15
+ <version >0.0.15 </version >
16
16
</dependency >
17
17
<!-- Hotspot JVM metrics-->
18
18
<dependency >
19
19
<groupId >io.prometheus</groupId >
20
20
<artifactId >simpleclient_hotspot</artifactId >
21
- <version >0.0.14 </version >
21
+ <version >0.0.15 </version >
22
22
</dependency >
23
23
<!-- Exposition servlet-->
24
24
<dependency >
25
25
<groupId >io.prometheus</groupId >
26
26
<artifactId >simpleclient_servlet</artifactId >
27
- <version >0.0.14 </version >
27
+ <version >0.0.15 </version >
28
28
</dependency >
29
29
<!-- Pushgateway exposition-->
30
30
<dependency >
31
31
<groupId >io.prometheus</groupId >
32
32
<artifactId >simpleclient_pushgateway</artifactId >
33
- <version >0.0.14 </version >
33
+ <version >0.0.15 </version >
34
34
</dependency >
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments