Skip to content

Commit b723b57

Browse files
committed
Pin to Prometheus 0.15.+ for 1.9.x branch
We do not want to pick up new minor versions in a patch release.
1 parent c8776ab commit b723b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def VERSIONS = [
3535
'io.grpc:grpc-stubs:latest.release',
3636
'io.grpc:grpc-alts:latest.release',
3737
'info.ganglia.gmetric4j:gmetric4j:latest.release',
38-
'io.prometheus:simpleclient_common:latest.release',
39-
'io.prometheus:simpleclient_pushgateway:latest.release',
38+
'io.prometheus:simpleclient_common:0.15.+',
39+
'io.prometheus:simpleclient_pushgateway:0.15.+',
4040
'javax.cache:cache-api:latest.release',
4141
'javax.inject:javax.inject:1',
4242
'javax.xml.bind:jaxb-api:2.3.+',

0 commit comments

Comments
 (0)