@@ -13,24 +13,23 @@ and those with secondary constructors or static factories are also supported.
13
13
14
14
# Status
15
15
16
+ * release ` 2.19.0 ` (for Jackson ` 2.19.0 ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19 )
16
17
* release ` 2.18.3 ` (for Jackson ` 2.18.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18 )
17
18
* release ` 2.17.3 ` (for Jackson ` 2.17.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.17 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.17 )
18
- * release ` 2.16.2 ` (for Jackson ` 2.16.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16 )
19
- * release ` 2.15.4 ` (for Jackson ` 2.15.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15 )
20
19
21
20
Releases require that you have included Kotlin stdlib and reflect libraries already.
22
21
23
22
Gradle:
24
23
```
25
- implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18 .+"
24
+ implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.19 .+"
26
25
```
27
26
28
27
Maven:
29
28
``` xml
30
29
<dependency >
31
30
<groupId >com.fasterxml.jackson.module</groupId >
32
31
<artifactId >jackson-module-kotlin</artifactId >
33
- <version >2.18.3 </version >
32
+ <version >2.19.0 </version >
34
33
</dependency >
35
34
```
36
35
@@ -116,10 +115,6 @@ Here is an incomplete list of supported versions:
116
115
* Jackson 2.19.x: Kotlin-core 1.9 - 2.1
117
116
* Jackson 2.18.x: Kotlin-core 1.8 - 2.1
118
117
* Jackson 2.17.x: Kotlin-core 1.7 - 2.0
119
- * Jackson 2.16.x: Kotlin-core 1.6 - 1.9
120
- * Jackson 2.15.x: Kotlin-core 1.5 - 1.8
121
- * Jackson 2.14.x: Kotlin-core 1.4 - 1.8
122
- * Jackson 2.13.x: Kotlin-core 1.4 - 1.7
123
118
124
119
Please note that the versions supported by 2.17 are tentative and may change depending on the release date.
125
120
0 commit comments