Skip to content

Commit

Permalink
Upgrade Prometheus Java client to 0.16.0
Browse files Browse the repository at this point in the history
Closes #135

Signed-off-by: Lukáš Vlček <[email protected]>
  • Loading branch information
lukas-vlcek committed Jan 30, 2023
1 parent be94be9 commit c50d44c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ buildscript {

versions = [
"opensearch": opensearch_version,
"prometheus": "0.15.0"
"prometheus": "0.16.0"
]
}

Expand Down Expand Up @@ -107,8 +107,8 @@ dependencies {
// See https://docs.gradle.org/6.8.1/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
// compile "io.prometheus:simpleclient:${versions.prometheus}"
// compile "io.prometheus:simpleclient_common:${versions.prometheus}"
implementation group: 'io.prometheus', name: 'simpleclient', version: '0.15.0'
implementation group: 'io.prometheus', name: 'simpleclient_common', version: '0.15.0'
implementation group: 'io.prometheus', name: 'simpleclient', version: '0.16.0'
implementation group: 'io.prometheus', name: 'simpleclient_common', version: '0.16.0'
}

test {
Expand Down
1 change: 0 additions & 1 deletion licenses/simpleclient-0.15.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/simpleclient-0.16.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
28b0eaf7c500c506976da8d0fc9cad6c278e8d87
1 change: 0 additions & 1 deletion licenses/simpleclient_common-0.15.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/simpleclient_common-0.16.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a09a8c790a20309b942a9fdbfe77da22407096e6

0 comments on commit c50d44c

Please sign in to comment.