Skip to content

Commit 1936247

Browse files
authored
fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.8.0 (#8752)
1 parent 17ce5d9 commit 1936247

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pubsub/spring/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
3636
dependencies {
3737
implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.7.1')
3838
implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.16')
39-
implementation 'com.github.spotbugs:spotbugs-annotations:4.7.3'
39+
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.0'
4040
implementation 'com.google.cloud:spring-cloud-gcp-pubsub-stream-binder'
4141
implementation 'com.google.cloud:spring-cloud-gcp-starter-pubsub'
4242
implementation 'org.springframework.boot:spring-boot-starter-web:'

pubsub/streaming-analytics/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
def beamVersion = '2.49.0'
3737
def slf4jVersion = '2.0.9'
3838
dependencies {
39-
implementation 'com.github.spotbugs:spotbugs-annotations:4.7.3'
39+
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.0'
4040
implementation "org.apache.beam:beam-sdks-java-core:${beamVersion}"
4141
implementation "org.apache.beam:beam-sdks-java-io-google-cloud-platform:${beamVersion}"
4242
implementation "org.apache.beam:beam-examples-java:${beamVersion}"

pubsublite/streaming-analytics/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def slf4jVersion = '2.0.9'
3838
dependencies {
3939
implementation enforcedPlatform("org.apache.beam:beam-sdks-java-io-google-cloud-platform:${beamVersion}")
4040
implementation platform("com.google.cloud:libraries-bom:26.22.0")
41-
implementation "com.github.spotbugs:spotbugs-annotations:4.7.3"
41+
implementation "com.github.spotbugs:spotbugs-annotations:4.8.0"
4242
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
4343
implementation "org.slf4j:slf4j-jdk14:${slf4jVersion}"
4444
implementation "org.apache.beam:beam-examples-java:${beamVersion}"

0 commit comments

Comments
 (0)