Merge pull request #2557 from nightscout/dependabot/gradle/dev/com.google.guava-guava-32.0.0-jre

chore(deps): bump com.google.guava:guava from 31.1-jre to 32.0.0-jre
This commit is contained in:
Milos Kozak 2023-05-30 09:07:32 +02:00 committed by GitHub
commit 18af89fb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ dependencies {
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
api 'com.google.guava:guava:31.1-jre'
api 'com.google.guava:guava:32.0.0-jre'
api "androidx.activity:activity-ktx:$activity_version"
api "androidx.appcompat:appcompat:$appcompat_version"

View file

@ -23,6 +23,6 @@ dependencies {
implementation project(':app-wear-shared:shared')
// RuffyScripter
api 'com.google.guava:guava:31.1-jre'
api 'com.google.guava:guava:32.0.0-jre'
}

View file

@ -29,7 +29,7 @@ dependencies {
implementation project(':core:utils')
implementation project(':core:ui')
api 'com.google.guava:guava:31.1-jre'
api 'com.google.guava:guava:32.0.0-jre'
//RxAndroidBle
implementation "com.polidea.rxandroidble3:rxandroidble:1.17.2"