File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
group ' com.criteo.nosql'
2
- version ' 2.0.2 '
2
+ version ' 2.0.3 '
3
3
4
4
apply plugin : ' java'
5
5
apply plugin : ' com.github.johnrengelman.shadow'
@@ -27,9 +27,9 @@ dependencies {
27
27
compile group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.8.8'
28
28
29
29
// 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'
33
33
}
34
34
35
35
// If you don't use the uber jar
You can’t perform that action at this time.
0 commit comments