From c156bd674a6d5291ff3d2577ba6da1b560c80c8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 06:18:41 +0000 Subject: [PATCH] Bump annotations from 20.1.0 to 21.0.0 Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 21.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/20.1.0...21.0.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ed230ac..252e73d 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { implementation "org.lwjgl:lwjgl" implementation "org.lwjgl:lwjgl-nfd" implementation "org.lwjgl:lwjgl-tinyfd" - implementation 'org.jetbrains:annotations:20.1.0' + implementation 'org.jetbrains:annotations:21.0.0' runtimeOnly "org.lwjgl:lwjgl::natives-windows" runtimeOnly "org.lwjgl:lwjgl::natives-macos" runtimeOnly "org.lwjgl:lwjgl::natives-linux"