Browse Source

Update Gradle Wrapper Upgrade

Issue gh-16221
pull/16713/head
Josh Cummings 9 months ago
parent
commit
d1b7f8a119
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 2
      build.gradle

2
build.gradle

@ -120,7 +120,7 @@ wrapperUpgrade { @@ -120,7 +120,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.3.x' // runs only on 6.3.x and the update is merged forward to main
}
}
}

Loading…
Cancel
Save