File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.3 .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.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/ )
2
2
3
3
# Overview
4
4
@@ -10,11 +10,7 @@ and those with secondary constructors or static factories are also supported.
10
10
11
11
# Status
12
12
13
- 2.9.8+ Releases are compiled with Kotlin 1.3.x, other older releases are Kotlin 1.2.x.
14
- All should be compatible with current Kotlin if you also ensure the ` kotlin-reflect `
15
- dependency is included with the same version number as stdlib.
16
-
17
- * release ` 2.12.0 ` (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 )
13
+ * 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 )
18
14
* 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 )
19
15
* release ` 2.10.5 ` (for Jackson ` 2.10.x ` )
20
16
* release ` 2.9.10 ` (for Jackson ` 2.9.x ` )
31
27
<dependency >
32
28
<groupId >com.fasterxml.jackson.module</groupId >
33
29
<artifactId >jackson-module-kotlin</artifactId >
34
- <version >2.12.0 </version >
30
+ <version >2.12.3 </version >
35
31
</dependency >
36
32
```
37
33
You can’t perform that action at this time.
0 commit comments