From: Lukasz Jarocki Date: Mon, 26 Jun 2023 12:36:52 +0000 (+0200) Subject: SONAR-19691 updated guava to 32.0.1 X-Git-Tag: 10.2.0.77647~506 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0abe19129e3a7204743fdfb9cedba14109346d29;p=sonarqube.git SONAR-19691 updated guava to 32.0.1 --- diff --git a/build.gradle b/build.gradle index 6fd86598ced..c22ba081c44 100644 --- a/build.gradle +++ b/build.gradle @@ -289,7 +289,7 @@ subprojects { dependency 'io.prometheus:simpleclient_servlet:0.16.0' dependency 'com.google.code.findbugs:jsr305:3.0.2' dependency 'com.google.code.gson:gson:2.10.1' - dependency('com.google.guava:guava:31.1-jre') { + dependency('com.google.guava:guava:32.0.1-jre') { exclude 'com.google.errorprone:error_prone_annotations' exclude 'com.google.guava:listenablefuture' exclude 'com.google.j2objc:j2objc-annotations'