File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
- " 3.0"
7
- - " 2.16 "
7
+ - " 2.17 "
8
8
paths-ignore :
9
9
- " README.md"
10
10
- " release-notes/*"
11
11
pull_request :
12
12
branches :
13
13
- master
14
14
- " 3.0"
15
- - " 2.16 "
15
+ - " 2.17 "
16
16
paths-ignore :
17
17
- " README.md"
18
18
- " release-notes/*"
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
- " 3.0"
7
- - " 2.16 "
7
+ - " 2.17 "
8
8
paths-ignore :
9
9
- " README.md"
10
10
- " release-notes/*"
11
11
pull_request :
12
12
branches :
13
13
- master
14
14
- " 3.0"
15
- - " 2.16 "
15
+ - " 2.17 "
16
16
paths-ignore :
17
17
- " README.md"
18
18
- " release-notes/*"
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >2.16.1 -SNAPSHOT</version >
12
+ <version >2.17.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<groupId >com.fasterxml.jackson.core</groupId >
15
15
<artifactId >jackson-databind</artifactId >
16
- <version >2.16.1 -SNAPSHOT</version >
16
+ <version >2.17.0 -SNAPSHOT</version >
17
17
<name >jackson-databind</name >
18
18
<packaging >jar</packaging >
19
19
<description >General data-binding functionality for Jackson: works on core streaming API</description >
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.17.0 (not yet released)
8
+
9
+ -
10
+
7
11
2.16.0 (15 -Npv-2023 )
8
12
9
13
#1770 : Incorrect deserialization for `BigDecimal` numbers
You can’t perform that action at this time.
0 commit comments