We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8776ab commit b723b57Copy full SHA for b723b57
dependencies.gradle
@@ -35,8 +35,8 @@ def VERSIONS = [
35
'io.grpc:grpc-stubs:latest.release',
36
'io.grpc:grpc-alts:latest.release',
37
'info.ganglia.gmetric4j:gmetric4j:latest.release',
38
- 'io.prometheus:simpleclient_common:latest.release',
39
- 'io.prometheus:simpleclient_pushgateway:latest.release',
+ 'io.prometheus:simpleclient_common:0.15.+',
+ 'io.prometheus:simpleclient_pushgateway:0.15.+',
40
'javax.cache:cache-api:latest.release',
41
'javax.inject:javax.inject:1',
42
'javax.xml.bind:jaxb-api:2.3.+',
0 commit comments