We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e30c8c commit 2649dd4Copy full SHA for 2649dd4
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.12.1-SNAPSHOT</version>
+ <version>2.12.1</version>
12
</parent>
13
14
<groupId>com.fasterxml.jackson.core</groupId>
release-notes/VERSION-2.x
@@ -14,6 +14,10 @@ JSON library.
=== Releases ===
15
------------------------------------------------------------------------
16
17
+2.12.1 (08-Jan-2021)
18
+
19
+No changes since 2.12.0
20
21
2.12.0 (29-Nov-2020)
22
23
#500: Allow "optional-padding" for `Base64Variant`
0 commit comments