0

For spring boot i can see all the dependency properties names in the docs: https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-dependencies/pom.xml so i can easily change them from gradle

but where can i find the same listing of dependencies for spring-cloud-gcp-pubsub

i wan't to change the version of com.google.cloud:google-cloud-pubsub

piotrek
  • 13,982
  • 13
  • 79
  • 165
  • I don't think it's here, but the Google cloud bom is here https://github.com/spring-cloud/spring-cloud-gcp/blob/master/spring-cloud-gcp-dependencies/pom.xml – spencergibb May 24 '19 at 01:28

1 Answers1

0

here are all the dependencies with their versions for spring-cloud listed. For spring-cloud-gcp as @spencergibb said in his comment, all what I can find is this

Meziane
  • 1,586
  • 1
  • 12
  • 22