diff --git a/pom.xml b/pom.xml index 0814bc901f..5f3bf79e1a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.13.1-SNAPSHOT + 2.13.1 com.fasterxml.jackson.core jackson-core diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index dedd2b4f74..c0d91f6038 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,7 +14,7 @@ JSON library. === Releases === ------------------------------------------------------------------------ -2.13.1 (not yet released) +2.13.1 (19-Dec-2021) #713: Incorrect parsing of single-quoted surrounded String values containing double quotes (reported by wcarmon@github)