On your code, you are using this dependency https://github.com/DP-3T/dp3t-sdk-backend/blob/288d099b9ed3e752c382a273289668a466fe5aeb/dpppt-backend-sdk/dpppt-backend-sdk-ws/pom.xml#L35 ```xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cloud-connectors</artifactId> </dependency> ``` (and the code that uses it: https://github.com/DP-3T/dp3t-sdk-backend/blob/develop/dpppt-backend-sdk/dpppt-backend-sdk-ws/src/main/java/org/dpppt/backend/sdk/ws/config/WSCloudBaseConfig.java) But as you can see, it is deprecated (https://github.com/spring-projects/spring-boot/issues/17877), and you are not able to upgrade to Spring Boot 2.3.X because of this.