File tree Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.20.1 -SNAPSHOT</version >
12
+ <version >2.21.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-avro</artifactId >
15
15
<name >Jackson dataformat: Avro</name >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.20.1 -SNAPSHOT</version >
12
+ <version >2.21.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-cbor</artifactId >
15
15
<name >Jackson dataformat: CBOR</name >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.20.1 -SNAPSHOT</version >
12
+ <version >2.21.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-ion</artifactId >
15
15
<name >Jackson dataformat: Ion</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-base</artifactId >
7
- <version >2.20.1 -SNAPSHOT</version >
7
+ <version >2.21.0 -SNAPSHOT</version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.dataformat</groupId >
10
10
<artifactId >jackson-dataformats-binary</artifactId >
11
11
<name >Jackson dataformats: Binary</name >
12
- <version >2.20.1 -SNAPSHOT</version >
12
+ <version >2.21.0 -SNAPSHOT</version >
13
13
<packaging >pom</packaging >
14
14
<description >Parent pom for Jackson binary dataformats.
15
15
</description >
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
47
47
<!-- for Reproducible Builds -->
48
- <project .build.outputTimestamp>2025-08-28T23:08:05Z </project .build.outputTimestamp>
48
+ <project .build.outputTimestamp>2025-08-30T00:22:48Z </project .build.outputTimestamp>
49
49
50
50
<!-- 20-Mar-2021, tatu: limit heap for tests to catch some
51
51
of "too big allocation" cases
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.20.1 -SNAPSHOT</version >
12
+ <version >2.21.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-protobuf</artifactId >
15
15
<name >Jackson dataformat: Protobuf</name >
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Active maintainers:
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
+ 2.21 .0 (not yet released )
18
+
19
+ No changes since 2.20
20
+
17
21
2.20 .0 (28 - Aug - 2025 )
18
22
19
23
#137 : (cbor ) Allow exposing CBOR "undefined" value as `JsonToken .VALUE_EMBEDDED_OBJECT `;
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformats-binary</artifactId >
12
- <version >2.20.1 -SNAPSHOT</version >
12
+ <version >2.21.0 -SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-dataformat-smile</artifactId >
15
15
<name >Jackson dataformat: Smile</name >
You can’t perform that action at this time.
0 commit comments