File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
31
31
<properties >
32
32
...
33
33
<!-- Use the latest version whenever possible. -->
34
- <jackson .version>2.17.1 </jackson .version>
34
+ <jackson .version>2.18.2 </jackson .version>
35
35
...
36
36
</properties >
37
37
@@ -599,9 +599,9 @@ usually a Jackson module.
599
599
` master ` branch is for developing the next major Jackson version -- 3.0 -- but there
600
600
are active maintenance branches in which much of development happens:
601
601
602
- * ` 2.16 ` is the branch for "next" minor version to release (as of July 2023 )
603
- * ` 2.15 ` is the current stable minor 2.x version
604
- * ` 2.14 ` is for selected backported fixes
602
+ * ` 2.19 ` is the branch for "next" minor version to release (as of February 2025 )
603
+ * ` 2.18 ` is the current stable minor 2.x version
604
+ * ` 2.17 ` is for selected backported fixes
605
605
606
606
Older branches are usually not maintained after being declared as closed
607
607
on [ Jackson Releases] ( https://github.com/FasterXML/jackson/wiki/Jackson-Releases ) page,
You can’t perform that action at this time.
0 commit comments