Skip to content

Commit 38cf74a

Browse files
committed
Update Kotlin version
1 parent 73f4ebf commit 38cf74a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

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

65-
<version.kotlin>1.7.22</version.kotlin>
65+
<!-- kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10. -->
66+
<!-- https://youtrack.jetbrains.com/issue/KT-65156 -->
67+
<version.kotlin>1.8.10</version.kotlin>
6668

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

0 commit comments

Comments
 (0)