Join Slack
Powered by
Good morning. Is there a page somewhere showing co...
# questions
m
mhb
02/12/2025, 11:34 PM
Good morning. Is there a page somewhere showing compatibility between Grails, Spring Boot, Spring Security, Gradle and JDK versions?
j
James Fredley
02/12/2025, 11:48 PM
The what's new and getting started sections of documentation provides a lot of this.
https://docs.grails.org/6.2.3/guide/single.html#whatsNew
https://docs.grails.org/snapshot/guide/single.html#whatsNew
For Spring Security:
https://grails.github.io/grails-spring-security-core/
For non-JDK and Gradle versions, you can also looks at: grails-bom:
https://mvnrepository.com/artifact/org.grails/grails-bom/6.2.3
https://mvnrepository.com/artifact/org.grails/grails-bom/7.0.0-M1
or this table in the documentation
https://docs.grails.org/6.2.3/ref/Dependency%20Versions/Grails%20BOM.html
https://docs.grails.org/snapshot/ref/Dependency%20Versions/Grails%20BOM.html
m
mhb
02/13/2025, 1:37 AM
Many thanks. I will take a look. I did not know about the BOMs.
🚀 1
Open in Slack
Previous
Next