Skip to content

Commit 6fde636

Browse files
authored
Decrease kotlin version to 1.5.32 to restore binary compatibility with kotlin 1.4 (#592)
1 parent e0bdbd3 commit 6fde636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<javac.src.version>1.8</javac.src.version>
6060
<javac.target.version>1.8</javac.target.version>
6161

62-
<version.kotlin>1.6.21</version.kotlin>
62+
<version.kotlin>1.5.32</version.kotlin>
6363

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

0 commit comments

Comments
 (0)