dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
259 stars 207 forks source link

Unit and integration tests are using different version of Spring Boot #1108

Closed artur-ciocanu closed 1 month ago

artur-ciocanu commented 1 month ago

Expected Behavior

All the Dapr Java SDK tests should use the same Spring Boot version.

Actual Behavior

Currently all the unit tests are using Spring Boot 2.7+ while integration tests are using Spring Boot 3.2+

Steps to Reproduce the Problem

Check the Maven dependencies

Release Note

RELEASE NOTE: