From e432b465ec06657e4c96a4529d2abc583154f396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:56:38 +0000 Subject: [PATCH] build(deps): bump androidx.annotation:annotation-jvm from 1.8.2 to 1.9.0 Bumps androidx.annotation:annotation-jvm from 1.8.2 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 39c2be6..f871c4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation(compose.desktop.currentOs) implementation(compose.material3) implementation(compose.materialIconsExtended) - implementation("androidx.annotation:annotation-jvm:1.8.2") + implementation("androidx.annotation:annotation-jvm:1.9.0") implementation(libs.compose.gl) implementation(libs.compose.gl.natives) implementation(libs.jni.utils)