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

chore(deps): bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre
This commit is contained in:
Milos Kozak 2023-06-14 11:47:10 +02:00 committed by GitHub
commit 2ce901186e
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:32.0.0-jre'
api 'com.google.guava:guava:32.0.1-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:32.0.0-jre'
api 'com.google.guava:guava:32.0.1-jre'
}

View file

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