Skip to content

Commit 9aa0fc1

Browse files
author
Romain GÉRARD
committed
Bump app versions and prometheus lib
1 parent c7fd1f9 commit 9aa0fc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.criteo.nosql'
2-
version '2.0.2'
2+
version '2.0.3'
33

44
apply plugin: 'java'
55
apply plugin: 'com.github.johnrengelman.shadow'
@@ -27,9 +27,9 @@ dependencies {
2727
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.8.8'
2828

2929
// Prometheus
30-
compile group: 'io.prometheus', name: 'simpleclient', version: '0.1.0'
31-
compile group: 'io.prometheus', name: 'simpleclient_common', version: '0.1.0'
32-
compile group: 'io.prometheus', name: 'simpleclient_httpserver', version: '0.1.0'
30+
compile group: 'io.prometheus', name: 'simpleclient', version: '0.5.0'
31+
compile group: 'io.prometheus', name: 'simpleclient_common', version: '0.5.0'
32+
compile group: 'io.prometheus', name: 'simpleclient_httpserver', version: '0.5.0'
3333
}
3434

3535
// If you don't use the uber jar

0 commit comments

Comments
 (0)