From 4072b154f290c9f7a1b839dd371e538440d1b7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:11:02 +0000 Subject: [PATCH] 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 e549441e..34b4bf4d 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { api 'com.marklogic:marklogic-xcc:12.0.0' // JavaScript libraries are bundled in a fat jar for the UI implementation "org.webjars:angularjs:$angularVersion" - implementation 'org.jetbrains:annotations:26.0.2' + implementation 'org.jetbrains:annotations:26.0.2-1' shadow "org.webjars:angularjs:$angularVersion" implementation "org.webjars:bootstrap:$bootstrapVersion" shadow "org.webjars:bootstrap:$bootstrapVersion"