From 69cb21015e902d1c1885e44166e7deb67b7e8791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:20:52 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.4 to 4.8.5. - [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.8.4...4.8.5) --- 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 25cf9fb..ad84c43 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ allprojects { } val creekVersion = "0.4.2-SNAPSHOT" -val spotBugsVersion = "4.8.4" // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations +val spotBugsVersion = "4.8.5" // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations val guavaVersion = "33.1.0-jre" // https://mvnrepository.com/artifact/com.google.guava/guava val log4jVersion = "2.23.1" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core val junitVersion = "5.10.2" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api