Skip to content

Commit 8ac53e6

Browse files
authored
chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.5.3 (GoogleCloudPlatform#6690)
1 parent c476a3b commit 8ac53e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pubsub/spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = 'Spring Cloud GCP Pub/Sub Code Sample'
3434
java.sourceCompatibility = JavaVersion.VERSION_1_8
3535

3636
dependencies {
37-
implementation 'com.github.spotbugs:spotbugs-annotations:4.5.0'
37+
implementation 'com.github.spotbugs:spotbugs-annotations:4.5.3'
3838
implementation 'org.springframework.boot:spring-boot-starter-web:2.5.7'
3939
implementation 'com.google.cloud:spring-cloud-gcp-starter-pubsub:2.0.6'
4040
implementation 'org.springframework.integration:spring-integration-core:5.5.6'

pubsub/streaming-analytics/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
def beamVersion = '2.34.0'
3737
def slf4jVersion = '1.7.32'
3838
dependencies {
39-
implementation 'com.github.spotbugs:spotbugs-annotations:4.5.0'
39+
implementation 'com.github.spotbugs:spotbugs-annotations:4.5.3'
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
def beamVersion = '2.34.0'
3737
def slf4jVersion = '1.7.32'
3838
dependencies {
39-
implementation 'com.github.spotbugs:spotbugs-annotations:4.5.0'
39+
implementation 'com.github.spotbugs:spotbugs-annotations:4.5.3'
4040
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
4141
implementation "org.slf4j:slf4j-jdk14:${slf4jVersion}"
4242
implementation "org.apache.beam:beam-sdks-java-core:${beamVersion}"

0 commit comments

Comments
 (0)