Skip to content

Commit 0558423

Browse files
committed
Prepare for 2.10.5.1 micro-patch
1 parent b1355ff commit 0558423

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-base</artifactId>
8-
<version>2.10.6-SNAPSHOT</version>
8+
<version>2.10.5.20201202</version>
99
</parent>
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>
1212
<artifactId>jackson-databind</artifactId>
13-
<version>2.10.6-SNAPSHOT</version>
13+
<version>2.10.5.1-SNAPSHOT</version>
1414
<name>jackson-databind</name>
1515
<packaging>bundle</packaging>
1616
<description>General data-binding functionality for Jackson: works on core streaming API</description>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
(not yet released)
7+
2.10.5.1 (02-Dec-2020)
88

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

0 commit comments

Comments
 (0)