jamesfredley commented on code in PR #16300:
URL: https://github.com/apache/grails-core/pull/16300#discussion_r3930183242


##########
dependencies.gradle:
##########
@@ -84,7 +84,7 @@ ext {
             // extended-scalars compatibility. See 
https://github.com/apache/grails-core/issues/15674
             'graphql-java.version'          : '25.0',
             'graphql-java-extended-scalars.version': '24.0',
-            'groovy.version'                : '6.0.0-beta-2',
+            'groovy.version'                : '6.0.0-beta-3',

Review Comment:
   Updated both Jackson pin comments from Groovy YAML 6.0.0-beta-2 to 
6.0.0-beta-3 so they match the `groovy.version` bump. Same commit also hoists 
the remaining databinding `||` STC guard, documents Groovy 6 Map subscript 
assignment going through `Map.put`, and fixes the snapshot canary regex so 
prerelease pins like `6.0.0-beta-3` target Groovy 6 instead of the Micronaut 
island's Groovy 5 pin.
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to