File tree Expand file tree Collapse file tree
pubsublite/streaming-analytics Expand file tree Collapse file tree 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.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'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636def beamVersion = ' 2.38.0'
3737def slf4jVersion = ' 1.7.36'
3838dependencies {
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} "
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636def beamVersion = ' 2.38.0'
3737def slf4jVersion = ' 1.7.36'
3838dependencies {
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} "
You can’t perform that action at this time.
0 commit comments