diff options
author | Zipeng WU <zipeng.wu@sonarsource.com> | 2022-08-16 16:32:20 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-17 20:03:09 +0000 |
commit | 72b50387ff1096d0e2bf7ea9f6a49c33d1713cac (patch) | |
tree | 122ab819ed426d4181ffac5ac7db28831f41ccf6 /build.gradle | |
parent | 590be271e26e35d609391bd07b24e85db41b89fa (diff) | |
download | sonarqube-72b50387ff1096d0e2bf7ea9f6a49c33d1713cac.tar.gz sonarqube-72b50387ff1096d0e2bf7ea9f6a49c33d1713cac.zip |
Update prometheus simpleclient to 0.16.0
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 10b8bdc26a4..5e41c2861c1 100644 --- a/build.gradle +++ b/build.gradle @@ -211,9 +211,9 @@ subprojects { dependency('com.googlecode.json-simple:json-simple:1.1.1') { exclude 'junit:junit' } - dependency 'io.prometheus:simpleclient:0.15.0' - dependency 'io.prometheus:simpleclient_common:0.15.0' - dependency 'io.prometheus:simpleclient_servlet:0.15.0' + dependency 'io.prometheus:simpleclient:0.16.0' + dependency 'io.prometheus:simpleclient_common:0.16.0' + dependency 'io.prometheus:simpleclient_servlet:0.16.0' dependency 'com.google.code.findbugs:jsr305:3.0.2' dependency 'com.google.code.gson:gson:2.9.1' dependency('com.google.guava:guava:31.1-jre') { |