From a4c656810a8ca0825edd9a9c5ee6b0428a88128a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 16:04:45 +0000 Subject: [PATCH] Update dependency androidx.core:core to v1.13.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b967b2925..8b5bb12fe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ kotlin = "1.9.23" opentelemetry-platform = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom", version.ref = "opentelemetry-instrumentation" } androidx-appcompat = "androidx.appcompat:appcompat:1.6.1" androidx-navigation-fragment = "androidx.navigation:navigation-fragment:2.7.7" -androidx-core = "androidx.core:core:1.13.0" +androidx-core = "androidx.core:core:1.13.1" findbugs-jsr305 = "com.google.code.findbugs:jsr305:3.0.2" byteBuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byteBuddy" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }