diff --git a/core/gradle/libs.versions.toml b/core/gradle/libs.versions.toml index f748a52c88d..5171aacef90 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.12.+' } # 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' }