File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,25 @@ and those with secondary constructors or static factories are also supported.
10
10
11
11
# Status
12
12
13
- * release ` 2.17.0 ` (for Jackson ` 2.17.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.17 )
13
+ * release ` 2.18.0 ` (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 )
14
+ * release ` 2.17.2 ` (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 )
14
15
* release ` 2.16.2 ` (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 )
15
- * 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 )
16
+ * release ` 2.15.4 ` (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 )
16
17
* 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 )
17
18
18
19
Releases require that you have included Kotlin stdlib and reflect libraries already.
19
20
20
21
Gradle:
21
22
```
22
- implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17 .+"
23
+ implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18 .+"
23
24
```
24
25
25
26
Maven:
26
27
``` xml
27
28
<dependency >
28
29
<groupId >com.fasterxml.jackson.module</groupId >
29
30
<artifactId >jackson-module-kotlin</artifactId >
30
- <version >2.17.2 </version >
31
+ <version >2.18.0 </version >
31
32
</dependency >
32
33
```
33
34
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Authors:
15
15
16
16
Contributors :
17
17
18
- # 2 .18.0 (not yet released )
18
+ # 2 .18 .0 (26 - Sep - 2024 )
19
19
20
20
WrongWrong (@k163377 )
21
21
* #818 : Optimize the search process for creators
You can’t perform that action at this time.
0 commit comments