Skip to content

Commit

Permalink
Merge pull request #736 from k163377/update-kotlin-version
Browse files Browse the repository at this point in the history
Update kotlin version
  • Loading branch information
k163377 committed Dec 3, 2023
2 parents 364e199 + 10cc9e6 commit 0cd8a7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
java_version: ['8', '11', '17', '21']
kotlin_version: ['1.6.21', '1.7.20', '1.8.22', '1.9.0']
kotlin_version: ['1.7.22', '1.8.22', '1.9.21']
os: ['ubuntu-20.04']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,14 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
Different `kotlin-core` versions are supported by different Jackson Kotlin module minor versions.
Here is an incomplete list of supported versions:

* Jackson 2.17.x: Kotlin-core 1.7 - 2.0
* Jackson 2.16.x: Kotlin-core 1.6 - 1.9
* Jackson 2.15.x: Kotlin-core 1.5 - 1.8
* Jackson 2.14.x: Kotlin-core 1.4 - 1.8
* Jackson 2.13.x: Kotlin-core 1.4 - 1.7

Please note that the versions supported by 2.17 are tentative and may change depending on the release date.

## Android
Supported Android SDK versions are determined by `jackson-databind`.
Please see [this link](https://github.com/FasterXML/jackson-databind#android) for details.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<javac.src.version>1.8</javac.src.version>
<javac.target.version>1.8</javac.target.version>

<version.kotlin>1.6.21</version.kotlin>
<version.kotlin>1.7.22</version.kotlin>

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

0 comments on commit 0cd8a7e

Please sign in to comment.