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 6cb1dac commit 6014ecaCopy full SHA for 6014eca
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.17.2-SNAPSHOT</version>
+ <version>2.17.2</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.module</groupId>
9
<artifactId>jackson-modules-java8</artifactId>
release-notes/VERSION-2.x
@@ -12,6 +12,10 @@ Modules:
12
13
No changes since 2.17
14
15
+2.17.2 (05-Jul-2024)
16
+
17
+No changes since 2.17.1
18
19
2.17.1 (04-May-2024)
20
21
#306: Only `DateTimeFormatter.ISO_OFFSET_DATE_TIME` accepted by `ZonedDateTimeKeyDeserializer`
0 commit comments