Commit 9f4831f
committed
Drop forge-core jackson-databind version override and let micronaut-platform manage it
Removes the explicit `:$jacksonDatabindVersion` coordinate flagged
by jdaugherty in PR #15365 review on grails-forge-core/build.gradle:51.
The micronaut-platform 4.10.10 BOM (already imported as a platform on
the line above) imports jackson-bom transitively, which manages
jackson-databind. Verified with `gradle :grails-forge-core:dependencies
--configuration compileClasspath` -> `com.fasterxml.jackson.core:
jackson-databind -> 2.19.2` (one minor newer than the previously
hard-coded 2.18.3).
The `jacksonDatabindVersion` property is left in
grails-forge/gradle.properties because grails-forge/buildSrc/build.gradle
still references it on its own gradle-plugin compile classpath, where
no BOM is imported.
Verified: `gradle :grails-forge-core:compileJava
:grails-forge-core:compileTestGroovy` passes.
Assisted-by: claude-code:claude-opus-4-71 parent 0314d5f commit 9f4831f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments