File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,25 @@ and those with secondary constructors or static factories are also supported.
1010
1111# Status
1212
13- * release ` 2.17.0 ` (for Jackson ` 2.17.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.17 )
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 )
1415* 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 )
15- * release ` 2.15.3 ` (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 )
16+ * 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 )
1617* 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 )
1718
1819Releases require that you have included Kotlin stdlib and reflect libraries already.
1920
2021Gradle:
2122```
22- implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17 .+"
23+ implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18 .+"
2324```
2425
2526Maven:
2627``` xml
2728<dependency >
2829 <groupId >com.fasterxml.jackson.module</groupId >
2930 <artifactId >jackson-module-kotlin</artifactId >
30- <version >2.17.2 </version >
31+ <version >2.18.0 </version >
3132</dependency >
3233```
3334
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Authors:
1515
1616Contributors :
1717
18- # 2 .18.0 (not yet released )
18+ # 2 .18 .0 (26 - Sep - 2024 )
1919
2020WrongWrong (@k163377 )
2121* #818 : Optimize the search process for creators
You can’t perform that action at this time.
0 commit comments