We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f02b15 commit 51f378eCopy full SHA for 51f378e
pom.xml
@@ -2,8 +2,8 @@
2
<modelVersion>4.0.0</modelVersion>
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
- <artifactId>jackson-bom</artifactId>
6
- <version>2.9.1</version>
+ <artifactId>jackson-base</artifactId>
+ <version>2.9.2</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.dataformat</groupId>
9
<artifactId>jackson-dataformats-binary</artifactId>
release-notes/VERSION
@@ -9,7 +9,7 @@ Modules:
=== Releases ===
10
------------------------------------------------------------------------
11
12
-2.9.2 (not yet released)
+2.9.2 (14-Oct-2017)
13
14
#113 (avro): incorrect deserialization of `long` with new `AvroFactory`
15
(reported by LvR@github)
0 commit comments