diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2019-10-21 15:49:34 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-11-12 20:21:06 +0100 |
commit | fc3085b6cb8e80b93842b9742794a11414d11198 (patch) | |
tree | 809abed588cbdbcdfc35d61c4b317e85e4a767b6 /build.gradle | |
parent | ef59775a55e42caf1cfe6c5064458d15b1890747 (diff) | |
download | sonarqube-fc3085b6cb8e80b93842b9742794a11414d11198.tar.gz sonarqube-fc3085b6cb8e80b93842b9742794a11414d11198.zip |
SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jre
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 b0c29473c92..7044700dd73 100644 --- a/build.gradle +++ b/build.gradle @@ -173,14 +173,14 @@ subprojects { dependency 'com.eclipsesource.minimal-json:minimal-json:0.9.5' dependency 'com.github.kevinsawicki:http-request:5.4.1' dependency 'com.github.scribejava:scribejava-core:6.8.1' - dependency 'com.github.scribejava:scribejava-apis:6.8.1' + dependency 'com.github.scribejava:scribejava-apis:6.8.1' dependency 'com.googlecode.java-diff-utils:diffutils:1.2' dependency('com.googlecode.json-simple:json-simple:1.1.1') { exclude 'junit:junit' } dependency 'com.google.code.findbugs:jsr305:3.0.2' dependency 'com.google.code.gson:gson:2.8.5' - dependency 'com.google.guava:guava:18.0' + dependency 'com.google.guava:guava:28.1-jre' dependency "com.google.protobuf:protobuf-java:${protobufVersion}" dependency 'com.h2database:h2:1.3.176' dependencySet(group: 'com.hazelcast', version: '3.12.1') { @@ -283,7 +283,7 @@ subprojects { dependency 'org.sonarsource.update-center:sonar-update-center-common:1.23.0.723' dependency 'org.subethamail:subethasmtp:3.1.7' dependency 'org.yaml:snakeyaml:1.17' - dependency 'xml-apis:xml-apis:1.4.01' + dependency 'xml-apis:xml-apis:1.4.01' // please keep this list alphabetically ordered } |