1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Merge branch '6.3.x' into 6.4.x

This commit is contained in:
Josh Cummings
2025-03-20 13:25:04 -06:00
+1 -1
View File
@@ -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
}
}
}