From 05d88a72b9d032e3eed4aca7fe6f0556dd66255e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:16:54 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.8.3 to 4.8.4 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.3 to 4.8.4. - [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.3...4.8.4) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- joinfaces-documentation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joinfaces-documentation/build.gradle b/joinfaces-documentation/build.gradle index 2992b8671..a94496cde 100644 --- a/joinfaces-documentation/build.gradle +++ b/joinfaces-documentation/build.gradle @@ -38,7 +38,7 @@ dependencies { javadocClasspath "org.springframework.boot:spring-boot-starter-data-jpa" javadocClasspath "org.springframework.session:spring-session-core" - javadocClasspath "com.github.spotbugs:spotbugs-annotations:4.8.3" + javadocClasspath "com.github.spotbugs:spotbugs-annotations:4.8.4" javadocClasspath "org.apache.maven.plugin-tools:maven-plugin-annotations:3.12.0" asciidoctorExt "io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.6.3"