Skip to content

Commit d2e9ef1

Browse files
committed
Update README wrt new versions
1 parent 3cffe5e commit d2e9ef1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,23 @@ and those with secondary constructors or static factories are also supported.
1010

1111
# Status
1212

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)
1415
* 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)
1716

1817
Releases require that you have included Kotlin stdlib and reflect libraries already.
1918

2019
Gradle:
2120
```
22-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.14.+"
21+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.+"
2322
```
2423

2524
Maven:
2625
```xml
2726
<dependency>
2827
<groupId>com.fasterxml.jackson.module</groupId>
2928
<artifactId>jackson-module-kotlin</artifactId>
30-
<version>2.14.2</version>
29+
<version>2.15.1</version>
3130
</dependency>
3231
```
3332

0 commit comments

Comments
 (0)