File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ and those with secondary constructors or static factories are also supported.
10
10
11
11
# Status
12
12
13
- * release ` 2.15.2 ` (for Jackson ` 2.15.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15 )
13
+ * release ` 2.16.0 ` (for Jackson ` 2.16.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16 )
14
+ * release ` 2.15.3 ` (for Jackson ` 2.15.x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15 )
14
15
* 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 )
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 )
16
16
17
17
Releases require that you have included Kotlin stdlib and reflect libraries already.
18
18
19
19
Gradle:
20
20
```
21
- implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15 .+"
21
+ implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.16 .+"
22
22
```
23
23
24
24
Maven:
25
25
``` xml
26
26
<dependency >
27
27
<groupId >com.fasterxml.jackson.module</groupId >
28
28
<artifactId >jackson-module-kotlin</artifactId >
29
- <version >2.15.2 </version >
29
+ <version >2.16.0 </version >
30
30
</dependency >
31
31
```
32
32
@@ -260,7 +260,7 @@ across all Jackson components & modules. See the [jackson-databind README](https
260
260
261
261
We welcome any contributions—reports of issues, ideas for enhancements, and pull requests related to either of those.
262
262
263
- See the [ main Jackson contribution guidlines ] ( https://github.com/FasterXML/jackson/blob/master/CONTRIBUTING.md ) for more details.
263
+ See the [ main Jackson contribution guidelines ] ( https://github.com/FasterXML/jackson/blob/master/CONTRIBUTING.md ) for more details.
264
264
265
265
### Branches
266
266
You can’t perform that action at this time.
0 commit comments