From 42df3664b8697171a4d999b52ddb2df2c11f8f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:13:43 +0000 Subject: [PATCH] Bump spotbugs-annotations from 3.1.12 to 4.7.2 Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.7.2. - [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/3.1.12...4.7.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9261409dff..d57ed2bff7 100644 --- a/build.gradle +++ b/build.gradle @@ -188,7 +188,7 @@ dependencies { compileOnly group: 'org.jetbrains', name: 'annotations', version:'21.0.1' compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0' - compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '3.1.12' + compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.7.2' testCompile group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.6.0' testCompile group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.8.0'