From 1da5199bc5a544c73d3741694f0ac1dc16fd59a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:06:53 +0000 Subject: [PATCH] core: bump com.github.spotbugs:spotbugs-annotations in /core Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.+ to 4.9.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/commits/4.9.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] --- core/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gradle/libs.versions.toml b/core/gradle/libs.versions.toml index 52f87470e61..3021ecc2c5c 100644 --- a/core/gradle/libs.versions.toml +++ b/core/gradle/libs.versions.toml @@ -59,7 +59,7 @@ mockito-inline = { module = 'org.mockito:mockito-inline', version.ref = 'mockito mockito-junit-jupiter = { module = 'org.mockito:mockito-junit-jupiter', version.ref = 'mockito' } # MIT junit-platform-launcher = { module = 'org.junit.platform:junit-platform-launcher', version = '1.11.+' } # EPL 2.0 jcip-annotations = { module = 'net.jcip:jcip-annotations', version = '1.0' } # CC Attribution -spotbugs-annotations = { module = 'com.github.spotbugs:spotbugs-annotations', version = '4.8.+' } # LGPLv2.1 +spotbugs-annotations = { module = 'com.github.spotbugs:spotbugs-annotations', version = '4.9.+' } # LGPLv2.1 jansi = { module = 'org.fusesource.jansi:jansi', version = '2.4.+' } # Apache 2.0 opentelemetry-api = { module = 'io.opentelemetry:opentelemetry-api', version.ref = 'otel' }