@@ -10,8 +10,8 @@ and those with secondary constructors or static factories are also supported.
1010
1111# Status  
1212
13- *  release ` 2.18.0  `  (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 ) 
14- *  release ` 2.17.2  `  (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 ) 
13+ *  release ` 2.18.2  `  (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 ) 
14+ *  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 ) 
1515*  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 ) 
1616*  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 ) 
1717*  release ` 2.14.3 `  (for Jackson ` 2.14.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14 ) 
2828<dependency >
2929    <groupId >com.fasterxml.jackson.module</groupId >
3030    <artifactId >jackson-module-kotlin</artifactId >
31-     <version >2.18.0 </version >
31+     <version >2.18.2 </version >
3232</dependency >
3333``` 
3434
@@ -111,7 +111,7 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
111111Different ` kotlin-core `  versions are supported by different Jackson Kotlin module minor versions.
112112Here is an incomplete list of supported versions:
113113
114- *  Jackson 2.18.x: Kotlin-core 1.8 - 2.0 
114+ *  Jackson 2.18.x: Kotlin-core 1.8 - 2.1 
115115*  Jackson 2.17.x: Kotlin-core 1.7 - 2.0
116116*  Jackson 2.16.x: Kotlin-core 1.6 - 1.9
117117*  Jackson 2.15.x: Kotlin-core 1.5 - 1.8
0 commit comments