From 2e74c366e7e4943e83a125cbf784592f799aee90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 07:46:48 +0000 Subject: [PATCH] Bump spotbugs-annotations from 4.6.0 to 4.7.0 (#59) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c84399..49be763 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ subprojects { set("creekTestVersion", "0.2.0-SNAPSHOT") set("creekMetadataVersion", "0.2.0-SNAPSHOT") set("creekObsVersion", "0.2.0-SNAPSHOT") - set("spotBugsVersion", "4.6.0") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations + set("spotBugsVersion", "4.7.0") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("log4jVersion", "2.17.2") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core set("guavaVersion", "31.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava