From 88a15d4c4a9b5d2777fcd563fb4f1843019ce619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 23:29:09 +0000 Subject: [PATCH] Bump spotbugs-annotations from 4.7.1 to 4.7.2 Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.7.1 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/4.7.1...4.7.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ebe5356..29d71a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,7 @@ subprojects { set("creekTestVersion", "0.2.0-SNAPSHOT") set("creekPlatformVersion", "0.2.0-SNAPSHOT") set("creekObsVersion", "0.2.0-SNAPSHOT") - set("spotBugsVersion", "4.7.1") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations + set("spotBugsVersion", "4.7.2") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("log4jVersion", "2.18.0") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core set("guavaVersion", "31.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava