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/ )
22
33# Overview
44
@@ -10,11 +10,7 @@ and those with secondary constructors or static factories are also supported.
1010
1111# Status
1212
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 )
1814* 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 )
1915* release ` 2.10.5 ` (for Jackson ` 2.10.x ` )
2016* release ` 2.9.10 ` (for Jackson ` 2.9.x ` )
3127<dependency >
3228 <groupId >com.fasterxml.jackson.module</groupId >
3329 <artifactId >jackson-module-kotlin</artifactId >
34- <version >2.12.0 </version >
30+ <version >2.12.3 </version >
3531</dependency >
3632```
3733
You can’t perform that action at this time.
0 commit comments