From f151edf555195ac0b88992cc68fbd6621f8586a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:07:37 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 25.0.0 to 26.0.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/compare/25.0.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ac1f553..17fadc0 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:25.0.0' + implementation 'org.jetbrains:annotations:26.0.1' implementation 'com.google.guava:guava-annotations:r03' implementation 'org.apache.httpcomponents.client5:httpclient5:5.4'