File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ To use these format backends Maven-based projects, use following dependency:
4040
4141``` xml
4242<dependency >
43- <groupId >com.fasterxml.jackson.dataformat</groupId >
44- <artifactId >jackson-dataformat-[FORMAT]</artifactId >
45- <version >2.13.0 </version >
43+ <groupId >com.fasterxml.jackson.dataformat</groupId >
44+ <artifactId >jackson-dataformat-[FORMAT]</artifactId >
45+ <version >2.18.1 </version >
4646</dependency >
4747```
4848
@@ -66,8 +66,8 @@ responses.
6666` master ` branch is for developing the next major Jackson version -- 3.0 -- but there
6767are active maintenance branches in which much of development happens:
6868
69- * ` 2.14 ` is for developing the next 2.x version
70- * ` 2.13 ` and ` 2.12 ` are for backported fixes for 2.13 /2.12 versions (respectively)
69+ * ` 2.19 ` is for developing the next 2.x version
70+ * ` 2.18 ` and ` 2.17 ` are for backported fixes for 2.18 /2.17 versions (respectively)
7171
7272Older branches are usually not changed but are available for historic reasons.
7373All released versions have matching git tags (` jackson-dataformats-binary-2.10.3 ` ).
You can’t perform that action at this time.
0 commit comments