File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ and those with secondary constructors or static factories are also supported.
13
13
14
14
# Status
15
15
16
- * release ` 2.19.0 ` (for Jackson ` 2.19.0 ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19 )
17
- * release ` 2.18.3 ` (for Jackson ` 2.18.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18 )
16
+ * release ` 2.19.2 ` (for Jackson ` 2.19.2 ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19 )
17
+ * release ` 2.18.4 ` (for Jackson ` 2.18.4 ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18 )
18
18
* release ` 2.17.3 ` (for Jackson ` 2.17.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.17 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.17 )
19
19
20
20
Releases require that you have included Kotlin stdlib and reflect libraries already.
29
29
<dependency >
30
30
<groupId >com.fasterxml.jackson.module</groupId >
31
31
<artifactId >jackson-module-kotlin</artifactId >
32
- <version >2.19.0 </version >
32
+ <version >2.19.2 </version >
33
33
</dependency >
34
34
```
35
35
You can’t perform that action at this time.
0 commit comments