From 1a3ab7228e84c4e11b83baec4cf6eede559bdbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:30:56 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2 to 26.0.2-1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/commits) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 061e814..e715733 100644 --- a/build.gradle +++ b/build.gradle @@ -162,7 +162,7 @@ dependencies { compileOnly localGroovy() // Don't enable this on the repository because this artifact may include bytecode incompatibility. // compileOnly "com.android.tools.build:gradle:$androidGradleVersion" - implementation 'org.jetbrains:annotations:26.0.2' + implementation 'org.jetbrains:annotations:26.0.2-1' implementation 'com.google.guava:guava-annotations:r03' implementation 'org.apache.httpcomponents.client5:httpclient5:5.5'