From 0c8b8f32293ee8aa5bf4981014a008fc9b574d21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:39:29 +0000 Subject: [PATCH] Bump jakarta.annotation-api from 1.3.4 to 1.3.5 Bumps [jakarta.annotation-api](https://github.com/eclipse-ee4j/common-annotations-api) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/eclipse-ee4j/common-annotations-api/releases) - [Commits](https://github.com/eclipse-ee4j/common-annotations-api/commits/1.3.5) 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 04ea37d1ef7..de500c8330e 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ dependencies { exclude module: "jsr305" } - compile group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '1.3.4' + compile group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '1.3.5' // JavaFX stuff compile 'de.jensd:fontawesomefx-commons:11.0'