Browse Source

Merge branch '6.3.x' into 6.4.x

pull/16811/head
Josh Cummings 9 months ago
parent
commit
55d61224e5
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 2
      build.gradle

2
build.gradle

@ -124,7 +124,7 @@ wrapperUpgrade {
gradle { gradle {
'spring-security' { 'spring-security' {
repo = 'spring-projects/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
} }
} }
} }

Loading…
Cancel
Save