Skip to content

Commit 9b2736d

Browse files
authored
Update build.gradle
1 parent beb5862 commit 9b2736d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ dependencies {
6060
implementation 'com.github.wnameless:json-flattener:0.6.0'
6161
implementation 'io.dropwizard.metrics:metrics-jvm:4.2.0'
6262
implementation 'io.dropwizard.metrics:metrics-jmx:4.2.0'
63-
implementation 'io.prometheus:prometheus-metrics-core:1.3.4'
64-
implementation 'io.prometheus:prometheus-metrics-instrumentation-dropwizard:10.0.0-SNAPSHOT'
65-
implementation 'io.prometheus:prometheus-metrics-exporter-common:1.3.4'
63+
implementation 'io.prometheus:prometheus-metrics-core:1.3.5'
64+
implementation 'io.prometheus:prometheus-metrics-instrumentation-dropwizard:1.3.5'
65+
implementation 'io.prometheus:prometheus-metrics-exporter-common:1.3.5'
6666
implementation libraries.grpc_stub
6767
implementation libraries.grpc_services
6868
implementation libraries.lombok

0 commit comments

Comments
 (0)