Apache Grails 7.0.0-M4 dependency on Groovy 4.0.27 and why Groovy 4.0.26 is shown in my dependecies tree
I'm moving my team's project from Grails 7.0.0-M1 to 7.0.0-M4 and it kinda works, but I'm new to Grails/Groovy/Gradle/... and curious so I run ./gradlew dependencies | less and notices a blockk like this:
17 │ compileClasspath - Compile classpath for source set 'main'.
18 │ +--- org.apache.grails
grails bom7.0.0-M4
19 │ | +--- org.springframework.boot
spring boot dependencies3.5.0
...
211 │ | +--- org.apache.grails.common
grails common7.0.0-M4
212 │ | | +---...