From c36ce3772f1ece5fbf55c34886d19cf1b1afd035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:31:45 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.8.5 to 4.8.6 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.5 to 4.8.6. - [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.5...4.8.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- core-model/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index ffcfb2982e4..85b30a788a6 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation group: 'org.openapitools', name: 'jackson-databind-nullable', version: "$jacksonDatabindNullable" implementation group: 'net.sf.json-lib', name: 'json-lib', version: '2.4', classifier: 'jdk15' api group: 'net.jcip', name: 'jcip-annotations', version: '1.0' - api group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.5' + api group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.6' api group: 'org.reflections', name: 'reflections', version: '0.10.2' implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: caffeineVersion diff --git a/core-model/build.gradle b/core-model/build.gradle index 019161c723a..7c8fc7ee6fa 100644 --- a/core-model/build.gradle +++ b/core-model/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation group: 'org.springframework.data', name: 'spring-data-envers', version: springDataJpaFrameworkVersion implementation group: 'org.apache.commons', name: 'commons-lang3', version: apacheCommonsLangVersion implementation group: 'net.jcip', name: 'jcip-annotations', version: '1.0' - implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.5' + implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.6' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: hamcrestVersion testImplementation group: 'org.reflections', name: 'reflections', version: '0.10.2' testImplementation group: 'org.assertj', name: 'assertj-core', version: assertjVersion