File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pubsublite/streaming-analytics Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ description = 'Spring Cloud GCP Pub/Sub Code Sample'
3434java. sourceCompatibility = JavaVersion . VERSION_1_8
3535
3636dependencies {
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'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636def beamVersion = ' 2.34.0'
3737def slf4jVersion = ' 1.7.32'
3838dependencies {
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} "
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636def beamVersion = ' 2.34.0'
3737def slf4jVersion = ' 1.7.32'
3838dependencies {
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} "
You can’t perform that action at this time.
0 commit comments