eclipse-kuksa / kuksa.cloud

Kuksa Cloud repo
Eclipse Public License 2.0
17 stars 18 forks source link

update Spring Boot version (e.g., to 2.5.2) #176

Open eriksven opened 3 years ago

eriksven commented 3 years ago

The Java projects use an older version of Spring Boot which among other things is not compatible with Gradle 7. Therefore, we should update to a newer Spring Boot version which at least is compatible with a more recent Gradle version. An example would the current version of Spring Boot 2.5.2.

eriksven commented 3 years ago

Is a prerequisite for #175