If you import the Camunda BOM for 7.11, it will transitively pull in the Spin BOM for the correct version. So no need to declare the Spin BOM dependency explicitly.
@thorben I have added Camunda BOM, earlier it was working, But today when i do gradle refresh i got the below errors after adding the camunda connectors dependencies:
Could not resolve: org.camunda.spin:camunda-spin-core:
Could not resolve: org.camunda.spin:camunda-spin-dataformat-all:
Could not resolve: org.camunda.bpm:camunda-engine-plugin-spin:
Could not resolve: org.camunda.template-engines:camunda-template-engines-freemarker:
Could not resolve: org.camunda.bpm:camunda-engine-plugin-connect:
Could not resolve: org.camunda.connect:camunda-connect-core:
Could not resolve: org.camunda.connect:camunda-connect-connectors-all:
Seems like i have to explicitly add the version for every dependencies.