jdaugherty commented on issue #14787: URL: https://github.com/apache/grails-core/issues/14787#issuecomment-2959619598
This change is made against: 1. spring security 2. redis i.e. repositories { mavenCentral() maven { url = 'https://repo.grails.org/grails/restricted' } maven { url = 'https://repository.apache.org/content/groups/snapshots' content { includeVersionByRegex 'org[.]apache[.]grails.*', '.*','.*SNAPSHOT' } } maven { url = 'https://repository.apache.org/content/groups/staging' content { includeGroupByRegex 'org[.]apache[.]grails.*' } } } -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org