File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
src/main/java/io/prometheus/jmx/test/support/metrics Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >io.prometheus</groupId >
65
65
<artifactId >prometheus-metrics-exposition-formats</artifactId >
66
- <version >1.1 .0</version >
66
+ <version >1.2 .0</version >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >org.yaml</groupId >
Original file line number Diff line number Diff line change 108
108
<dependency >
109
109
<groupId >io.prometheus</groupId >
110
110
<artifactId >prometheus-metrics-exposition-formats</artifactId >
111
- <version >1.1 .0</version >
111
+ <version >1.2 .0</version >
112
112
</dependency >
113
113
<dependency >
114
114
<groupId >org.slf4j</groupId >
118
118
<dependency >
119
119
<groupId >ch.qos.logback</groupId >
120
120
<artifactId >logback-classic</artifactId >
121
- <version >1.4.14 </version >
121
+ <version >1.5.3 </version >
122
122
</dependency >
123
123
<dependency >
124
124
<groupId >org.testcontainers</groupId >
125
125
<artifactId >testcontainers</artifactId >
126
- <version >1.19.5 </version >
126
+ <version >1.19.7 </version >
127
127
</dependency >
128
128
<dependency >
129
129
<groupId >com.squareup.okhttp3</groupId >
Original file line number Diff line number Diff line change 20
20
import io .prometheus .jmx .test .support .http .HttpHeader ;
21
21
import io .prometheus .jmx .test .support .http .HttpResponse ;
22
22
import io .prometheus .jmx .test .support .metrics .impl .DoubleValueMetricImpl ;
23
- import io .prometheus .metrics .expositionformats .generated .com_google_protobuf_3_21_7 .Metrics ;
23
+ import io .prometheus .metrics .expositionformats .generated .com_google_protobuf_3_25_3 .Metrics ;
24
24
import java .io .BufferedReader ;
25
25
import java .io .ByteArrayInputStream ;
26
26
import java .io .IOException ;
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.1 .0</version >
36
+ <version >1.2 .0</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.1 .0</version >
42
+ <version >1.2 .0</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.1 .0</prometheus .metrics.version>
27
+ <prometheus .metrics.version>1.2 .0</prometheus .metrics.version>
28
28
</properties >
29
29
30
30
<scm >
You can’t perform that action at this time.
0 commit comments