jamesfredley commented on code in PR #15676:
URL: https://github.com/apache/grails-core/pull/15676#discussion_r3322050887
##########
grails-bom/micronaut/build.gradle:
##########
@@ -76,9 +76,13 @@ dependencies {
// managed versions transitively and don't need to declare the platform
themselves.
// Exclude Groovy since we declare the required version explicitly below
via customBomDependencies.
// Exclude Spock since the base BOM manages that version.
+ // Exclude Jackson 3 (tools.jackson) since spring-boot-dependencies
manages that version,
+ // and Micronaut can lag behind Spring Boot's patch bumps (e.g. SB 4.0.6
ships
+ // jackson-bom 3.1.2 while micronaut-platform 5.0.0-M2 still pins 3.1.0).
Review Comment:
Miconaut was addressed in https://github.com/apache/grails-core/pull/15677
##########
grails-bom/micronaut/build.gradle:
##########
@@ -76,9 +76,13 @@ dependencies {
// managed versions transitively and don't need to declare the platform
themselves.
// Exclude Groovy since we declare the required version explicitly below
via customBomDependencies.
// Exclude Spock since the base BOM manages that version.
+ // Exclude Jackson 3 (tools.jackson) since spring-boot-dependencies
manages that version,
+ // and Micronaut can lag behind Spring Boot's patch bumps (e.g. SB 4.0.6
ships
+ // jackson-bom 3.1.2 while micronaut-platform 5.0.0-M2 still pins 3.1.0).
Review Comment:
Micronaut was addressed in https://github.com/apache/grails-core/pull/15677
--
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]