Skip to content

Commit 9f55a5f

Browse files
authored
Merge pull request #1030 from FasterXML/2.19-readme
Update README
2 parents 3ef5591 + aa540ff commit 9f55a5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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)
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)
16+
* release `2.19.2` (for Jackson `2.19.2`) [![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)
17+
* release `2.18.4` (for Jackson `2.18.4`) [![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)
1818
* 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)
1919

2020
Releases require that you have included Kotlin stdlib and reflect libraries already.
@@ -29,7 +29,7 @@ Maven:
2929
<dependency>
3030
<groupId>com.fasterxml.jackson.module</groupId>
3131
<artifactId>jackson-module-kotlin</artifactId>
32-
<version>2.19.0</version>
32+
<version>2.19.2</version>
3333
</dependency>
3434
```
3535

0 commit comments

Comments
 (0)