Skip to content

Commit 6f92526

Browse files
committed
Add 2.13 status
1 parent abcb74c commit 6f92526

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Kotlin](https://img.shields.io/badge/kotlin-1.4.x-blue.svg)](http://kotlinlang.org) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin) [![Kotlin Slack](https://img.shields.io/badge/chat-kotlin%20slack-orange.svg)](http://slack.kotlinlang.org/)
1+
[![Kotlin](https://img.shields.io/badge/kotlin-1.5.x-blue.svg)](http://kotlinlang.org) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin) [![Kotlin Slack](https://img.shields.io/badge/chat-kotlin%20slack-orange.svg)](http://slack.kotlinlang.org/)
22

33
# Overview
44

@@ -10,6 +10,7 @@ and those with secondary constructors or static factories are also supported.
1010

1111
# Status
1212

13+
* release `2.13.0` (for Jackson `2.13.x`) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.12.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.13)
1314
* release `2.12.3` (for Jackson `2.12.x`) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.12.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.12)
1415
* release `2.11.4` (for Jackson `2.11.x`) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.11.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.11)
1516
* release `2.10.5` (for Jackson `2.10.x`)
@@ -19,15 +20,15 @@ Releases require that you have included Kotlin stdlib and reflect libraries alre
1920

2021
Gradle:
2122
```
22-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.12.+"
23+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.13.+"
2324
```
2425

2526
Maven:
2627
```xml
2728
<dependency>
2829
<groupId>com.fasterxml.jackson.module</groupId>
2930
<artifactId>jackson-module-kotlin</artifactId>
30-
<version>2.12.3</version>
31+
<version>2.13.0</version>
3132
</dependency>
3233
```
3334

0 commit comments

Comments
 (0)