Update Wrapper Upgrade Configuration

Issue gh-15155
This commit is contained in:
Josh Cummings 2024-06-06 20:03:44 -06:00
parent aa9e1b5088
commit 8f167d93a7
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

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