Failing with below error while upgrading to spring-boot-gradle-plugin:2.2.13.RELEASE
bootBuildInfo’.
‘java.util.Properties org.springframework.core.CollectionFactory.createSortedProperties(boolean)
We tried to force springframework dependencies to 5.3.13 which was working with springboot 2.1.x bu t it doesn’t solve the error
implementation 'org.springframework:spring-core:5.3.13'
implementation 'org.springframework:spring-aop:5.3.13'
implementation 'org.springframework:spring-beans:5.3.13'
implementation 'org.springframework:spring-context:5.3.13'
implementation 'org.springframework:spring-expression:5.3.13'