We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42d69c commit 53f812eCopy full SHA for 53f812e
pom.xml
@@ -62,9 +62,7 @@
62
<javac.src.version>1.8</javac.src.version>
63
<javac.target.version>1.8</javac.target.version>
64
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>
+ <version.kotlin>1.9.24</version.kotlin>
68
69
<!-- Generate PackageVersion.java into this directory. -->
70
<packageVersion.dir>com/fasterxml/jackson/module/kotlin</packageVersion.dir>
0 commit comments