From b19cd31e81dbc27b600c9b06abe6cb4d5e16ca2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:34:51 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.0 to 1.8.1 Bumps androidx.annotation:annotation from 1.8.0 to 1.8.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 79dc779..fd71c8f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.0.0" [libraries] android = { module = "com.google.android:android", version = "4.1.1.4" } -android-annotations = { module = "androidx.annotation:annotation", version = "1.8.0" } +android-annotations = { module = "androidx.annotation:annotation", version = "1.8.1" } kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" } robolectric = { module = "org.robolectric:robolectric", version = "4.13" }