diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f108a4c7c..9da2f3f55 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ pluginPublish = { module = "com.gradle.publish:plugin-publish-plugin", version.r androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0" # Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless. ktfmt = "com.facebook:ktfmt:0.64" -r8 = "com.android.tools:r8:9.4.14" +r8 = "com.android.tools:r8:9.4.17" junit-bom = "org.junit:junit-bom:6.1.3" assertk = "com.willowtreeapps.assertk:assertk:0.28.1"