vorburger commented on a change in pull request #642: FINERACT-724 Upgrade Spring Boot, Spring and Spring Security to their latest stable version URL: https://github.com/apache/fineract/pull/642#discussion_r334967605
########## File path: fineract-provider/build.gradle ########## @@ -21,15 +21,15 @@ Run as: gradle clean tomcatrunwar ''' -project.ext.springBootVersion = '1.2.8.RELEASE' -project.ext.springVersion = '4.1.9.RELEASE' -project.ext.springOauthVersion = '2.0.4.RELEASE' +project.ext.springBootVersion = '2.1.9.RELEASE' +project.ext.springVersion = '5.1.10.RELEASE' +project.ext.springOauthVersion = '2.3.6.RELEASE' project.ext.jerseyVersion = '1.17' -project.ext.springDataJpaVersion = '1.7.0.RELEASE' // also change spring-boot-gradle-plugin version below +project.ext.springDataJpaVersion = '2.2.0.RELEASE' // also change spring-boot-gradle-plugin version below Review comment: FTR: I've verified that all these are the latest current versions; except for springVersion where there's already a 5.2.0 whereas this mvoes us up to 5.1.10; may be could bump to latest in a follow-up PR? Re. Spring OAuth, I'm not sure (doubt) if there are any integration tests covering that, so in theory this could break it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
