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 73f4ebf commit 38cf74aCopy full SHA for 38cf74a
pom.xml
@@ -62,7 +62,9 @@
62
<javac.src.version>1.8</javac.src.version>
63
<javac.target.version>1.8</javac.target.version>
64
65
- <version.kotlin>1.7.22</version.kotlin>
+ <!-- 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>
68
69
<!-- Generate PackageVersion.java into this directory. -->
70
<packageVersion.dir>com/fasterxml/jackson/module/kotlin</packageVersion.dir>
0 commit comments