File tree 3 files changed +3
-3
lines changed
pubsublite/streaming-analytics
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
36
36
dependencies {
37
37
implementation platform(' com.google.cloud:spring-cloud-gcp-dependencies:3.7.1' )
38
38
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 '
40
40
implementation ' com.google.cloud:spring-cloud-gcp-pubsub-stream-binder'
41
41
implementation ' com.google.cloud:spring-cloud-gcp-starter-pubsub'
42
42
implementation ' org.springframework.boot:spring-boot-starter-web:'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
36
36
def beamVersion = ' 2.49.0'
37
37
def slf4jVersion = ' 2.0.9'
38
38
dependencies {
39
- implementation ' com.github.spotbugs:spotbugs-annotations:4.7.3 '
39
+ implementation ' com.github.spotbugs:spotbugs-annotations:4.8.0 '
40
40
implementation " org.apache.beam:beam-sdks-java-core:${ beamVersion} "
41
41
implementation " org.apache.beam:beam-sdks-java-io-google-cloud-platform:${ beamVersion} "
42
42
implementation " org.apache.beam:beam-examples-java:${ beamVersion} "
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def slf4jVersion = '2.0.9'
38
38
dependencies {
39
39
implementation enforcedPlatform(" org.apache.beam:beam-sdks-java-io-google-cloud-platform:${ beamVersion} " )
40
40
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 "
42
42
implementation " org.slf4j:slf4j-api:${ slf4jVersion} "
43
43
implementation " org.slf4j:slf4j-jdk14:${ slf4jVersion} "
44
44
implementation " org.apache.beam:beam-examples-java:${ beamVersion} "
You can’t perform that action at this time.
0 commit comments