From 2077e0f7f5dcf2076bf6ae0733c2961eb6a06cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:00:41 +0000 Subject: [PATCH] Bump spotbugs-annotations from 4.3.0 to 4.4.1 Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.3.0 to 4.4.1. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.3.0...4.4.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6ae743..cdd5c0a 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation group: 'com.github.slugify', name: 'slugify', version: '2.5' implementation group: 'com.wildbit.java', name: 'postmark', version: '1.7.4' - implementation group: "com.github.spotbugs", name: "spotbugs-annotations", version: "4.3.0" + implementation group: "com.github.spotbugs", name: "spotbugs-annotations", version: "4.4.1" implementation group: 'com.graphql-java-kickstart', name: 'graphql-java-tools', version: '11.0.1' implementation group: 'com.graphql-java', name: 'graphql-java', version: '17.0' implementation group: 'com.graphql-java', name: 'graphql-java-extended-scalars', version: '17.0'