Skip to content

Commit 44989f9

Browse files
committed
Updated version information to 2.16
1 parent 41dd67c commit 44989f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ and those with secondary constructors or static factories are also supported.
1010

1111
# Status
1212

13-
* release `2.15.2` (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)
13+
* release `2.16.0` (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)
14+
* 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)
1415
* 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)
15-
* release `2.13.5` (for Jackson `2.13.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.13)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.13)
1616

1717
Releases require that you have included Kotlin stdlib and reflect libraries already.
1818

1919
Gradle:
2020
```
21-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.+"
21+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.16.+"
2222
```
2323

2424
Maven:
2525
```xml
2626
<dependency>
2727
<groupId>com.fasterxml.jackson.module</groupId>
2828
<artifactId>jackson-module-kotlin</artifactId>
29-
<version>2.15.2</version>
29+
<version>2.16.0</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)