Skip to content

Commit

Permalink
Prepare for 2.10.5.1 micro-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 2, 2020
1 parent b1355ff commit 0558423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.10.6-SNAPSHOT</version>
<version>2.10.5.20201202</version>
</parent>

<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.6-SNAPSHOT</version>
<version>2.10.5.1-SNAPSHOT</version>
<name>jackson-databind</name>
<packaging>bundle</packaging>
<description>General data-binding functionality for Jackson: works on core streaming API</description>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------

(not yet released)
2.10.5.1 (02-Dec-2020)

#2589: `DOMDeserializer`: setExpandEntityReferences(false) may not prevent
external entity expansion in all cases (CVE-2020-25649)
Expand Down

0 comments on commit 0558423

Please sign in to comment.