maektwain commented on a change in pull request #1258:
URL: https://github.com/apache/fineract/pull/1258#discussion_r477072789
##########
File path: fineract-provider/build.gradle
##########
@@ -85,14 +86,15 @@ apply plugin: "org.hidetake.swagger.generator"
dependencyManagement {
imports {
mavenBom 'org.springframework:spring-framework-bom:5.2.6.RELEASE'
+ mavenBom
'org.springframework.security:spring-security-bom:5.3.2.RELEASE'
}
dependencies {
// We use fixed versions, instead of inheriting them from the Spring
BOM, to be able to be on more recent ones.
// We do not use :+ to get the latest available version available on
Maven Central, as that could suddenly break things.
// We use the Renovate Bot to automatically propose Pull Requests
(PRs) when upgrades for all of these versions are available.
- dependency
'org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE'
+ dependency
'org.springframework.security.oauth:spring-security-oauth2:2.3.3.RELEASE'
Review comment:
Spring Security and Oauth 2 are two different projects , spring security
provides application level security including basic Auth
----------------------------------------------------------------
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]