Skip to content

Commit 25a3cee

Browse files
authored
Merge pull request #837 from FasterXML/2.18
Sync 2.18
2 parents e1cb9e8 + f27a76e commit 25a3cee

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@ and those with secondary constructors or static factories are also supported.
1010

1111
# Status
1212

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)
1415
* 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)
1617
* 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)
1718

1819
Releases require that you have included Kotlin stdlib and reflect libraries already.
1920

2021
Gradle:
2122
```
22-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+"
23+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+"
2324
```
2425

2526
Maven:
2627
```xml
2728
<dependency>
2829
<groupId>com.fasterxml.jackson.module</groupId>
2930
<artifactId>jackson-module-kotlin</artifactId>
30-
<version>2.17.2</version>
31+
<version>2.18.0</version>
3132
</dependency>
3233
```
3334

release-notes/CREDITS-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Authors:
1515

1616
Contributors:
1717

18-
# 2.18.0 (not yet released)
18+
# 2.18.0 (26-Sep-2024)
1919

2020
WrongWrong (@k163377)
2121
* #818: Optimize the search process for creators

0 commit comments

Comments
 (0)