From b817ca53361d8a6526e1e9cb75d94fbde2a008eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:02:32 +0000 Subject: [PATCH] Bump spotbugs-annotations from 4.3.0 to 4.7.3 Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.3.0 to 4.7.3. - [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.7.3) --- 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..a1a2ff6 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.7.3" 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'