aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com>2024-02-06 10:08:36 +0100
committersonartech <sonartech@sonarsource.com>2024-02-08 20:02:46 +0000
commit1339cb8fcc701e53f9f41f70e2901500c47bcb8b (patch)
tree7a509e19274f58d8c49a0c51e214953c94dfe653
parent55a04e22fa8a874f36f2835c9636d4124c46ec25 (diff)
downloadsonarqube-1339cb8fcc701e53f9f41f70e2901500c47bcb8b.tar.gz
sonarqube-1339cb8fcc701e53f9f41f70e2901500c47bcb8b.zip
SONAR-21569 Update com.squareup.okio:okio 3.6.0 -> 3.7.0
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ae3c678aeb5..3da70c73868 100644
--- a/build.gradle
+++ b/build.gradle
@@ -310,7 +310,7 @@ subprojects {
dependency('com.googlecode.json-simple:json-simple:1.1.1') {
exclude 'junit:junit'
}
- dependency 'com.squareup.okio:okio:3.6.0'
+ dependency 'com.squareup.okio:okio:3.7.0'
dependency 'io.prometheus:simpleclient:0.16.0'
dependency 'io.prometheus:simpleclient_common:0.16.0'
dependency 'io.prometheus:simpleclient_servlet:0.16.0'