We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc2d49 commit 19a0247Copy full SHA for 19a0247
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.15.1-SNAPSHOT</version>
+ <version>2.15.1</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.datatype</groupId>
9
<artifactId>jackson-datatypes-collections</artifactId>
release-notes/VERSION-2.x
@@ -16,6 +16,10 @@ Active Maintainers:
16
=== Releases ===
17
------------------------------------------------------------------------
18
19
+2.15.1 (16-May-2023)
20
+
21
+No changes since 2.15.0
22
23
2.15.0 (23-Apr-2023)
24
25
#7: (guava) Add support for `WRITE_SORTED_MAP_ENTRIES` for Guava `Multimap`s
0 commit comments