diff --git a/build.gradle b/build.gradle index 25f41aa780..aee7383986 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ wrapperUpgrade { gradle { 'spring-security' { repo = 'spring-projects/spring-security' - baseBranch = '6.2.x' // runs only on 6.2.x and the update is merged forward to main + baseBranch = '6.3.x' // runs only on 6.3.x and the update is merged forward to main } } }