From 2e8e0ab6c87e350271bc23488a34bf7b79574a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:15:09 +0000 Subject: [PATCH] Bump annotations from 21.0.1 to 24.0.0 Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 24.0.0. - [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/21.0.1...24.0.0) --- 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 a155c4a0..a8d2949c 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ sonarqube { dependencies { implementation 'uk.co.bithatch:FX-BorderlessScene:5.0.4' - implementation 'org.jetbrains:annotations:21.0.1' + implementation 'org.jetbrains:annotations:24.0.0' implementation 'org.commonmark:commonmark:0.18.0' implementation 'org.commonmark:commonmark-ext-gfm-tables:0.18.0' implementation 'io.socket:socket.io-client:2.0.1'