Run Gradle Wrapper Upgrade on 6.1.x

Issue gh-14203
This commit is contained in:
Marcus Hert Da Coregio 2023-11-30 16:00:29 -03:00
parent 7c1e6f36c9
commit e9e198b1e3
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ wrapperUpgrade {
gradle {
'spring-security' {
repo = 'spring-projects/spring-security'
baseBranch = '6.0.x' // runs only on 6.0.x and the update is merged forward to main
baseBranch = '6.1.x' // runs only on 6.1.x and the update is merged forward to main
}
}
}