This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 97e52b08f84 Update Spring Security plugin to 7.0.1
97e52b08f84 is described below

commit 97e52b08f8421db86ec9a5d2d8aa5e20e1477ca8
Author: Mattias Reichel <[email protected]>
AuthorDate: Sun Feb 15 21:03:55 2026 +0100

    Update Spring Security plugin to 7.0.1
---
 .../src/main/groovy/website/model/documentation/DownloadPage.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy 
b/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy
index e20ae52dde2..edcaecca48f 100644
--- a/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy
@@ -78,7 +78,7 @@ class DownloadPage {
 
         def redisVersion = '5.0.1'
         def quartzVersion = '4.0.1'
-        def springSecurityVersion = '7.0.0'
+        def springSecurityVersion = '7.0.1'
         def grailsGithubActionsVersion = '1.0.1'
         def grailsGradlePublishVersion = '0.0.4'
 

Reply via email to