Skip to content

Commit c50d44c

Browse files
committed
Upgrade Prometheus Java client to 0.16.0
Closes Aiven-Open#135 Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
1 parent be94be9 commit c50d44c

5 files changed

+5
-5
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ buildscript {
7676

7777
versions = [
7878
"opensearch": opensearch_version,
79-
"prometheus": "0.15.0"
79+
"prometheus": "0.16.0"
8080
]
8181
}
8282

@@ -107,8 +107,8 @@ dependencies {
107107
// See https://docs.gradle.org/6.8.1/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
108108
// compile "io.prometheus:simpleclient:${versions.prometheus}"
109109
// compile "io.prometheus:simpleclient_common:${versions.prometheus}"
110-
implementation group: 'io.prometheus', name: 'simpleclient', version: '0.15.0'
111-
implementation group: 'io.prometheus', name: 'simpleclient_common', version: '0.15.0'
110+
implementation group: 'io.prometheus', name: 'simpleclient', version: '0.16.0'
111+
implementation group: 'io.prometheus', name: 'simpleclient_common', version: '0.16.0'
112112
}
113113

114114
test {

licenses/simpleclient-0.15.0.jar.sha1

-1
This file was deleted.

licenses/simpleclient-0.16.0.jar.sha1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
28b0eaf7c500c506976da8d0fc9cad6c278e8d87

licenses/simpleclient_common-0.15.0.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a09a8c790a20309b942a9fdbfe77da22407096e6

0 commit comments

Comments
 (0)