File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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/ )
2
2
3
3
# Overview
4
4
@@ -10,6 +10,7 @@ and those with secondary constructors or static factories are also supported.
10
10
11
11
# Status
12
12
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 )
13
14
* 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 )
14
15
* 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 )
15
16
* 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
19
20
20
21
Gradle:
21
22
```
22
- implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.12 .+"
23
+ implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.13 .+"
23
24
```
24
25
25
26
Maven:
26
27
``` xml
27
28
<dependency >
28
29
<groupId >com.fasterxml.jackson.module</groupId >
29
30
<artifactId >jackson-module-kotlin</artifactId >
30
- <version >2.12.3 </version >
31
+ <version >2.13.0 </version >
31
32
</dependency >
32
33
```
33
34
You can’t perform that action at this time.
0 commit comments