Commit bbf87cd 1 parent 8c99d4a commit bbf87cd Copy full SHA for bbf87cd
File tree 3 files changed +6
-6
lines changed
integration_test_suite/jmx_example_application
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
<dependency >
56
56
<groupId >io.prometheus</groupId >
57
57
<artifactId >prometheus-metrics-core</artifactId >
58
- <version >1.3.1 </version >
58
+ <version >${prometheus.metrics.version} </version >
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >io.prometheus</groupId >
62
62
<artifactId >prometheus-metrics-model</artifactId >
63
- <version >1.3.1 </version >
63
+ <version >${prometheus.metrics.version} </version >
64
64
</dependency >
65
65
<dependency >
66
66
<groupId >io.prometheus</groupId >
67
67
<artifactId >prometheus-metrics-exposition-formats</artifactId >
68
- <version >1.3.1 </version >
68
+ <version >${prometheus.metrics.version} </version >
69
69
</dependency >
70
70
<dependency >
71
71
<groupId >org.yaml</groupId >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >io.prometheus</groupId >
35
35
<artifactId >prometheus-metrics-core</artifactId >
36
- <version >1.3.1 </version >
36
+ <version >1.3.2 </version >
37
37
<scope >compile</scope >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >io.prometheus</groupId >
41
41
<artifactId >prometheus-metrics-exposition-formats</artifactId >
42
- <version >1.3.1 </version >
42
+ <version >1.3.2 </version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
</dependencies >
Original file line number Diff line number Diff line change 24
24
25
25
<properties >
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
- <prometheus .metrics.version>1.4.0-SNAPSHOT </prometheus .metrics.version>
27
+ <prometheus .metrics.version>1.3.2 </prometheus .metrics.version>
28
28
</properties >
29
29
30
30
<scm >
You can’t perform that action at this time.
0 commit comments