Skip to content

Commit 5aaf0d6

Browse files
authored
chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.7.0 (GoogleCloudPlatform#7105)
1 parent b0240d6 commit 5aaf0d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎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.6.0'
37+
implementation 'com.github.spotbugs:spotbugs-annotations:4.7.0'
3838
implementation 'org.springframework.boot:spring-boot-starter-web:2.5.7'
3939
implementation 'com.google.cloud:spring-cloud-gcp-starter-pubsub:3.2.1'
4040
implementation 'org.springframework.integration:spring-integration-core:5.5.11'

‎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.38.0'
3737
def slf4jVersion = '1.7.36'
3838
dependencies {
39-
implementation 'com.github.spotbugs:spotbugs-annotations:4.6.0'
39+
implementation 'com.github.spotbugs:spotbugs-annotations:4.7.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‎

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