Skip to content

Commit ba48fc0

Browse files
authored
Merge pull request #49 from davidkarlsen/feature/upgradePrometheus
upgrade prometheus libraries
2 parents 03f6d33 + 8d1fa9e commit ba48fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ println "Timestamp: " + java.time.Instant.now().atZone(java.time.ZoneId.systemDe
2222
ext {
2323
versions = [
2424
'elasticsearch' : version.replaceAll(/\.[0-9]+$/, ''),
25-
'prometheus' : '0.0.23',
25+
'prometheus' : '0.0.25',
2626
'log4j': '2.6.2',
2727
]
2828
}

0 commit comments

Comments
 (0)