diff --git a/base/pom.xml b/base/pom.xml index e8e1c76..378abee 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -25,6 +25,11 @@ of Jackson: application code should only rely on `jackson-bom` ${project.groupId} ${project.artifactId} ${project.version} + + + ${project.parent.version} @@ -184,7 +189,7 @@ of Jackson: application code should only rely on `jackson-bom` com.fasterxml.jackson jackson-bom - ${project.version} + ${jackson-bom.version} diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index a432207..8dc53e4 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -9,6 +9,10 @@ Jackson components (core, modules) === Releases (note: only includes patches with actual changes) ------------------------------------------------------------------------ +(not yet released) + +#52: (backported from 2.14) Gradle reports incorrect jackson-bom dependency version + 2.13.4 (03-Sep-2022) 2.13.3 (14-May-2022)