Skip to content

Commit db4f69a

Browse files
authored
Merge pull request #734 from k163377/fix/readme
Updated version information to 2.16
2 parents 41dd67c + a815047 commit db4f69a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
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

@@ -260,7 +260,7 @@ across all Jackson components & modules. See the [jackson-databind README](https
260260

261261
We welcome any contributions—reports of issues, ideas for enhancements, and pull requests related to either of those.
262262

263-
See the [main Jackson contribution guidlines](https://github.com/FasterXML/jackson/blob/master/CONTRIBUTING.md) for more details.
263+
See the [main Jackson contribution guidelines](https://github.com/FasterXML/jackson/blob/master/CONTRIBUTING.md) for more details.
264264

265265
### Branches
266266

0 commit comments

Comments
 (0)