You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ and those with secondary constructors or static factories are also supported.
13
13
14
14
# Status
15
15
16
-
* release `2.18.2` (for Jackson `2.18.x`) [](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18)
16
+
* release `2.18.3` (for Jackson `2.18.x`) [](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18)
17
17
* release `2.17.3` (for Jackson `2.17.x`) [](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.17)
18
18
* release `2.16.2` (for Jackson `2.16.x`) [](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16)
19
19
* release `2.15.4` (for Jackson `2.15.x`) [](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15)
@@ -30,7 +30,7 @@ Maven:
30
30
<dependency>
31
31
<groupId>com.fasterxml.jackson.module</groupId>
32
32
<artifactId>jackson-module-kotlin</artifactId>
33
-
<version>2.18.2</version>
33
+
<version>2.18.3</version>
34
34
</dependency>
35
35
```
36
36
@@ -261,7 +261,7 @@ If you are going to write code, choose the appropriate base branch:
261
261
262
262
-`2.18` for bugfixes against the current stable version
263
263
-`2.19` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
264
-
-`master` for significant changes to existing behavior, which will be part of Jackson 3.0
264
+
-`3.x` for significant changes to existing behavior, which will be part of Jackson 3.0
0 commit comments