File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ of Jackson: application code should only rely on `jackson-bom`
25
25
<moditect .sourceGroup>${project.groupId} </moditect .sourceGroup>
26
26
<moditect .sourceArtifact>${project.artifactId} </moditect .sourceArtifact>
27
27
<moditect .sourceVersion>${project.version} </moditect .sourceVersion>
28
+
29
+ <!-- To fix [jackson-bom#52] need to first use better default version for
30
+ parent pom, and then also allow override as need be
31
+ -->
32
+ <jackson-bom .version>${project.parent.version} </jackson-bom .version>
28
33
</properties >
29
34
30
35
<dependencies >
@@ -184,7 +189,7 @@ of Jackson: application code should only rely on `jackson-bom`
184
189
<dependency >
185
190
<groupId >com.fasterxml.jackson</groupId >
186
191
<artifactId >jackson-bom</artifactId >
187
- <version >${project .version} </version >
192
+ <version >${jackson-bom .version} </version >
188
193
</dependency >
189
194
</platformDependencies >
190
195
</configuration >
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Jackson components (core, modules)
9
9
=== Releases (note: only includes patches with actual changes)
10
10
------------------------------------------------------------------------
11
11
12
+ (not yet released)
13
+
14
+ #52 : (backported from 2.14 ) Gradle reports incorrect jackson-bom dependency version
15
+
12
16
2.13.4 (03 -Sep-2022 )
13
17
2.13.3 (14 -May-2022 )
14
18
You can’t perform that action at this time.
0 commit comments