Skip to content

Commit 7975ccb

Browse files
authored
Merge pull request #965 from k163377/update-readme
Update README
2 parents 92ada6e + 4a73718 commit 7975ccb

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,23 @@ and those with secondary constructors or static factories are also supported.
1313

1414
# Status
1515

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)
1617
* 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)
1718
* 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)
2019

2120
Releases require that you have included Kotlin stdlib and reflect libraries already.
2221

2322
Gradle:
2423
```
25-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+"
24+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.19.+"
2625
```
2726

2827
Maven:
2928
```xml
3029
<dependency>
3130
<groupId>com.fasterxml.jackson.module</groupId>
3231
<artifactId>jackson-module-kotlin</artifactId>
33-
<version>2.18.3</version>
32+
<version>2.19.0</version>
3433
</dependency>
3534
```
3635

@@ -116,10 +115,6 @@ Here is an incomplete list of supported versions:
116115
* Jackson 2.19.x: Kotlin-core 1.9 - 2.1
117116
* Jackson 2.18.x: Kotlin-core 1.8 - 2.1
118117
* 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
123118

124119
Please note that the versions supported by 2.17 are tentative and may change depending on the release date.
125120

0 commit comments

Comments
 (0)