From 4cec10a0a337c9c659aaaabc60aa105bd8729cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:46:22 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.1 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.7.3 to 4.8.1. - [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.1) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 329543cb9..d2ab4bcf2 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { api platform('com.fasterxml.jackson:jackson-bom:2.15.2') constraints { - api 'com.github.spotbugs:spotbugs-annotations:4.7.3' + api 'com.github.spotbugs:spotbugs-annotations:4.8.1' api 'com.vdurmont:emoji-java:5.1.1' api 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0' api 'org.eclipse:yasson:3.0.3'