This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
commit 96286a920005d51908c44a1ad8003f1341a5f5f8 Author: James Fredley <[email protected]> AuthorDate: Tue Oct 28 10:21:31 2025 -0400 Update Spring Security plugin version to 7.0.0 Bumped the springSecurityVersion from 7.0.0-RC2 to the stable 7.0.0 release in DownloadPage.groovy. --- buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy index 2f207f054cd..8de5189f0f8 100644 --- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy +++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy @@ -47,7 +47,7 @@ class DownloadPage { static String renderDownload(String version) { String redisVersion = '5.0.0' String quartzVersion = '4.0.0' - String springSecurityVersion = '7.0.0-RC2' + String springSecurityVersion = '7.0.0' String grailsGithubActionsVersion = '1.0.1' String grailsGradlePublishVersion = '0.0.2'
