diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4871e6421d9..23546070071 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ android-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.18.0" } junit = { module = "junit:junit", version = "4.13.2" } jgrapht = { module = "org.jgrapht:jgrapht-core", version = "1.5.2" } -truth = { module = "com.google.truth:truth", version = "1.4.3" } +truth = { module = "com.google.truth:truth", version = "1.4.4" } turbine = { module = "app.cash.turbine:turbine", version = "1.1.0" } bugsnag = { module = "com.bugsnag:bugsnag", version = "3.7.1" } picnic = { module = "com.jakewharton.picnic:picnic", version = "0.7.0" }