Skip to content

Commit 608f796

Browse files
committed
Merge branch '2.19'
2 parents df30e79 + 39ac2b6 commit 608f796

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
3131
<properties>
3232
...
3333
<!-- Use the latest version whenever possible. -->
34-
<jackson.version>2.17.1</jackson.version>
34+
<jackson.version>2.18.2</jackson.version>
3535
...
3636
</properties>
3737

@@ -599,9 +599,9 @@ usually a Jackson module.
599599
`master` branch is for developing the next major Jackson version -- 3.0 -- but there
600600
are active maintenance branches in which much of development happens:
601601

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
605605

606606
Older branches are usually not maintained after being declared as closed
607607
on [Jackson Releases](https://github.com/FasterXML/jackson/wiki/Jackson-Releases) page,

0 commit comments

Comments
 (0)