You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://github.com/micronaut-projects/micronaut-core/blob/4.6.x/gradle/libs.versions.toml line 17
managed-jackson-databind = "2.17.0"
gives an impression that micronaut uses jackson-databind version 2.17.0 while other jackson dependency version as 2.17.2.
If putting micronaut platform and core bom to an application's dependency management, it will force the app use jackson dependencies with version 2.17.2.
I think line 17 is unnecessary and misleading. If you agree, please remove it or comment it off.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In https://github.com/micronaut-projects/micronaut-core/blob/4.6.x/gradle/libs.versions.toml line 17
managed-jackson-databind = "2.17.0"
gives an impression that micronaut uses jackson-databind version 2.17.0 while other jackson dependency version as 2.17.2.
If putting micronaut platform and core bom to an application's dependency management, it will force the app use jackson dependencies with version 2.17.2.
I think line 17 is unnecessary and misleading. If you agree, please remove it or comment it off.
Beta Was this translation helpful? Give feedback.
All reactions