Skip to content

Commit

Permalink
Pinning Prometheus to 0.12.x for Micrometer 1.8.x
Browse files Browse the repository at this point in the history
fixes gh-2965
  • Loading branch information
jonatan-ivanov committed Jan 11, 2022
1 parent ac93b17 commit dbc7a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
jmh project(':micrometer-registry-prometheus')

jmh 'io.dropwizard.metrics5:metrics-core:latest.release'
jmh 'io.prometheus:simpleclient_common:latest.release'
jmh 'io.prometheus:simpleclient_common:0.12.+'

jmh 'io.dropwizard.metrics:metrics-core'
jmh 'com.google.guava:guava'
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def VERSIONS = [
'io.grpc:grpc-stubs:latest.release',
'io.grpc:grpc-alts:latest.release',
'info.ganglia.gmetric4j:gmetric4j:latest.release',
'io.prometheus:simpleclient_common:latest.release',
'io.prometheus:simpleclient_pushgateway:latest.release',
'io.prometheus:simpleclient_common:0.12.+',
'io.prometheus:simpleclient_pushgateway:0.12.+',
'javax.cache:cache-api:latest.release',
'javax.inject:javax.inject:1',
'javax.xml.bind:jaxb-api:2.3.+',
Expand Down

0 comments on commit dbc7a27

Please sign in to comment.