From 80a4e4e92f4eb7bf1d43230f9e6a902c0fc267ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:17:22 -0400 Subject: [PATCH] Bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#12946) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.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/24.1.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa184d3142d..0521aa0fda6 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ subprojects { jakartaMailVersion = "2.0.1" javaWebSocketVersion = "1.5.7" jaxbImplVersion = "4.0.5" - jetbrainsAnnotationsVersion = "24.1.0" + jetbrainsAnnotationsVersion = "26.0.1" jlayerVersion = "1.0.1.4" junitJupiterVersion = "5.11.0" junitPlatformLauncherVersion = "1.11.0"