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

jdaugherty 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 e9666ecef80 Update Redis and Quartz versions to 5.0.1 and 4.0.1
e9666ecef80 is described below

commit e9666ecef805d5a30e180aa5e104c55529c22a2c
Author: James Daugherty <[email protected]>
AuthorDate: Sat Feb 14 18:59:46 2026 -0500

    Update Redis and Quartz versions to 5.0.1 and 4.0.1
---
 .../src/main/groovy/website/model/documentation/DownloadPage.groovy   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy 
b/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy
index 6f13d25d41a..e20ae52dde2 100644
--- a/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/website/model/documentation/DownloadPage.groovy
@@ -76,8 +76,8 @@ class DownloadPage {
             return ''
         }
 
-        def redisVersion = '5.0.0'
-        def quartzVersion = '4.0.0'
+        def redisVersion = '5.0.1'
+        def quartzVersion = '4.0.1'
         def springSecurityVersion = '7.0.0'
         def grailsGithubActionsVersion = '1.0.1'
         def grailsGradlePublishVersion = '0.0.4'

Reply via email to