From 680f72540155b4641b0035f5e50f61f1a12951e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 04:03:02 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.7.3 to 4.8.0. - [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.3...4.8.0) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 36cc7cdc..c37adf37 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { liquibaseRuntime("info.picocli:picocli:4.7.5") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations - implementation("com.github.spotbugs:spotbugs-annotations:4.7.3") + implementation("com.github.spotbugs:spotbugs-annotations:4.8.0") implementation("org.projectlombok:lombok") implementation("org.springframework.boot:spring-boot-devtools")