From 3a58d56cf21073dc0470a3c3d58fca46abc00e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:08:44 +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] --- markdown/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/build.gradle b/markdown/build.gradle index 22e12c1..5d5add4 100644 --- a/markdown/build.gradle +++ b/markdown/build.gradle @@ -77,7 +77,7 @@ dependencies { exclude group: 'org.jetbrains', module: 'annotations-java5' } annotationProcessor 'io.noties:prism4j-bundler:2.0.0' - implementation 'org.jetbrains:annotations:25.0.0' + implementation 'org.jetbrains:annotations:26.0.1' implementation 'com.squareup.retrofit2:retrofit:2.11.0'