From 697cec4521a922c0cc0de79e20e66ce1ca37ac90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 04:29:53 +0000 Subject: [PATCH] Bump annotations from 18.0.0 to 19.0.0 Bumps [annotations](https://github.com/JetBrains/java-annotations) from 18.0.0 to 19.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Commits](https://github.com/JetBrains/java-annotations/compare/18.0.0...19.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 941c6fe..242beef 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { compileOnly 'org.javacord:javacord-core:3.0.5' compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.10.1' - compileOnly 'org.jetbrains:annotations:18.0.0' + compileOnly 'org.jetbrains:annotations:19.0.0' testImplementation 'junit:junit:4.12' testImplementation 'org.easymock:easymock:4.1'