We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4f5ac commit 0de1216Copy full SHA for 0de1216
pom.xml
@@ -8,12 +8,12 @@
8
<parent>
9
<groupId>com.fasterxml.jackson</groupId>
10
<artifactId>jackson-base</artifactId>
11
- <version>2.14.0-SNAPSHOT</version>
+ <version>2.13.1-SNAPSHOT</version>
12
</parent>
13
<groupId>com.fasterxml.jackson.module</groupId>
14
<artifactId>jackson-module-kotlin</artifactId>
15
<name>jackson-module-kotlin</name>
16
17
<packaging>bundle</packaging>
18
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
19
Kotlin language, specifically introspection of method/constructor parameter names,
0 commit comments