File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >2.13.5-SNAPSHOT </version >
12
+ <version >2.13.4 </version >
13
13
</parent >
14
14
<groupId >com.fasterxml.jackson.core</groupId >
15
15
<artifactId >jackson-databind</artifactId >
16
- <version >2.13.5 -SNAPSHOT</version >
16
+ <version >2.13.4.2 -SNAPSHOT</version >
17
17
<name >jackson-databind</name >
18
18
<packaging >bundle</packaging >
19
19
<description >General data-binding functionality for Jackson: works on core streaming API</description >
26
26
<distribution >repo</distribution >
27
27
</license >
28
28
</licenses >
29
-
29
+
30
30
<scm >
31
31
<connection >scm:git:git@github.com:FasterXML/jackson-databind.git</connection >
32
32
<developerConnection >scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection >
204
204
<plugin >
205
205
<groupId >de.jjohannes</groupId >
206
206
<artifactId >gradle-module-metadata-maven-plugin</artifactId >
207
+ <!-- 13-Oct-2022, tatu: to resolve
208
+ https://github.com/FasterXML/jackson-databind/issues/3627
209
+ will need this locally, for now:
210
+ -->
211
+ <configuration >
212
+ <platformDependencies >
213
+ <dependency >
214
+ <groupId >com.fasterxml.jackson</groupId >
215
+ <artifactId >jackson-bom</artifactId >
216
+ <version >${project.parent.version} </version >
217
+ </dependency >
218
+ </platformDependencies >
219
+ </configuration >
207
220
</plugin >
208
221
</plugins >
209
222
</build >
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.13.4.2 (13 -Oct-2022 )
8
+
9
+ #3627 : Gradle module metadata for `2.13.4.1 ` references non-existent
10
+ jackson-bom `2.13.4.1 ` (instead of `2.13.4.20221012 `)
11
+ (NOTE: root cause is [jackson-bom#52 ])
12
+
7
13
2.13.4.1 (12 -Oct-2022 )
8
14
9
15
#3590 : Add check in primitive value deserializers to avoid deep wrapper array
You can’t perform that action at this time.
0 commit comments