Skip to content

Commit 0cd8a7e

Browse files
authored
Merge pull request #736 from k163377/update-kotlin-version
Update kotlin version
2 parents 364e199 + 10cc9e6 commit 0cd8a7e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
java_version: ['8', '11', '17', '21']
30-
kotlin_version: ['1.6.21', '1.7.20', '1.8.22', '1.9.0']
30+
kotlin_version: ['1.7.22', '1.8.22', '1.9.21']
3131
os: ['ubuntu-20.04']
3232
env:
3333
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,14 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
129129
Different `kotlin-core` versions are supported by different Jackson Kotlin module minor versions.
130130
Here is an incomplete list of supported versions:
131131

132+
* Jackson 2.17.x: Kotlin-core 1.7 - 2.0
132133
* Jackson 2.16.x: Kotlin-core 1.6 - 1.9
133134
* Jackson 2.15.x: Kotlin-core 1.5 - 1.8
134135
* Jackson 2.14.x: Kotlin-core 1.4 - 1.8
135136
* Jackson 2.13.x: Kotlin-core 1.4 - 1.7
136137

138+
Please note that the versions supported by 2.17 are tentative and may change depending on the release date.
139+
137140
## Android
138141
Supported Android SDK versions are determined by `jackson-databind`.
139142
Please see [this link](https://github.com/FasterXML/jackson-databind#android) for details.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<javac.src.version>1.8</javac.src.version>
6363
<javac.target.version>1.8</javac.target.version>
6464

65-
<version.kotlin>1.6.21</version.kotlin>
65+
<version.kotlin>1.7.22</version.kotlin>
6666

6767
<!-- Generate PackageVersion.java into this directory. -->
6868
<packageVersion.dir>com/fasterxml/jackson/module/kotlin</packageVersion.dir>

0 commit comments

Comments
 (0)