The GitHub Actions job "Code Style" on grails-core.git/deps/spring-boot-4.0.6 has succeeded. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: 9e651166404ad939af8669958e9c5629eb08f6e2 / James Fredley <[email protected]> fix(deps): Let Spring Boot own Jackson 3 in grails-micronaut-bom Spring Boot 4.0.6 bumps `tools.jackson:jackson-bom` from 3.1.0 to 3.1.2, but `io.micronaut.platform:micronaut-platform:5.0.0-M2` still pins 3.1.0. With both platforms imported into grails-micronaut-bom, the probe in `validateDependencyVersions` sees Micronaut's 3.1.0 while actual resolution in consuming projects picks Spring Boot's 3.1.2 - flagging `grails-test-examples-micronaut` as a version mismatch. Apply the same exclusion pattern already used for Groovy and Spock: exclude `tools.jackson` from the Micronaut platform import so spring-boot-dependencies is the single source of truth for Jackson 3, mirroring how SB owns Groovy/Spock in grails-base-bom. The probe and project resolution now agree on 3.1.2, and consumers stay aligned with the Jackson version Spring Boot tests against. Assisted-by: claude-code:claude-opus-4-7 Report URL: https://github.com/apache/grails-core/actions/runs/26302039498 With regards, GitHub Actions via GitBox
