Skip to content

Commit 9419703

Browse files
authored
Merge pull request #77 from davidkarlsen/feature/upgradePrometheusLib
upgrade prometheus library
2 parents 3abb8e3 + 879c0b2 commit 9419703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
ext {
2121
versions = [
2222
"elasticsearch": version.replaceAll(/\.[0-9]+(|-SNAPSHOT)$/, ""),
23-
"prometheus" : "0.0.26",
23+
"prometheus" : "0.1.0",
2424
"log4j" : "2.6.2",
2525
"junit" : "4.12"
2626
]

0 commit comments

Comments
 (0)