File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,23 @@ and those with secondary constructors or static factories are also supported.
10
10
11
11
# Status
12
12
13
- * release ` 2.14.2 ` (for Jackson ` 2.14.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14 )
13
+ * release ` 2.15.1 ` (for Jackson ` 2.15.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14 )
14
+ * release ` 2.14.3 ` (for Jackson ` 2.14.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14 )
14
15
* release ` 2.13.5 ` (for Jackson ` 2.13.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.13 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.13 )
15
- * release ` 2.12.7 ` (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 )
16
- * 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 )
17
16
18
17
Releases require that you have included Kotlin stdlib and reflect libraries already.
19
18
20
19
Gradle:
21
20
```
22
- implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.14 .+"
21
+ implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15 .+"
23
22
```
24
23
25
24
Maven:
26
25
``` xml
27
26
<dependency >
28
27
<groupId >com.fasterxml.jackson.module</groupId >
29
28
<artifactId >jackson-module-kotlin</artifactId >
30
- <version >2.14.2 </version >
29
+ <version >2.15.1 </version >
31
30
</dependency >
32
31
```
33
32
You can’t perform that action at this time.
0 commit comments