Skip to content

Commit 0617b40

Browse files
committed
...
1 parent 29a731c commit 0617b40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ This package is the base on which [Jackson data-binding](https://github.com/Fast
99
It is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
1010

1111
Alternate data format implementations (like
12-
[Smile (binary JSON)](https://github.com/FasterXML/jackson-dataformats-binary/tree/master/smile),
12+
[Smile (binary JSON)](https://github.com/FasterXML/jackson-dataformats-binary/tree/2.19/smile),
1313
[XML](https://github.com/FasterXML/jackson-dataformat-xml),
14-
[CSV](https://github.com/FasterXML/jackson-dataformats-text/tree/master/csv),
15-
[Protobuf](https://github.com/FasterXML/jackson-dataformats-binary/tree/master/protobuf),
16-
and [CBOR](https://github.com/FasterXML/jackson-dataformats-binary/tree/master/cbor))
14+
[CSV](https://github.com/FasterXML/jackson-dataformats-text/tree/2.19/csv),
15+
[YAML](https://github.com/FasterXML/jackson-dataformats-text/tree/2.19/yaml),
16+
[Protobuf](https://github.com/FasterXML/jackson-dataformats-binary/tree/2.19/protobuf),
17+
and [CBOR](https://github.com/FasterXML/jackson-dataformats-binary/tree/2.19/cbor))
1718
also build on this base package, implementing the core interfaces,
1819
making it possible to use standard [data-binding package](https://github.com/FasterXML/jackson-databind) regardless of underlying data format.
1920

0 commit comments

Comments
 (0)