Skip to content

Commit ea41135

Browse files
committed
Update japicmp oldversion & clear excludes
1 parent b818a45 commit ea41135

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

pom.xml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>com.fasterxml.jackson.module</groupId>
193193
<artifactId>jackson-module-kotlin</artifactId>
194-
<version>2.12.4</version>
194+
<version>2.13.0</version>
195195
<type>jar</type>
196196
</dependency>
197197
</oldVersion>
@@ -204,31 +204,6 @@
204204
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
205205
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
206206
<excludes>
207-
<!-- TODO Delaying update of oldVersion so we can keep track of what has changed -->
208-
<!--
209-
TODO Remove after release of 2.13 and update the oldVersion above to 2.13.
210-
211-
Kotlin's method suffix generation changed in 1.4.30
212-
(https://github.com/Kotlin/KEEP/commit/e7984ffd83a1166c7f81a11d1a95b35cae929a2a#diff-012da204af6117588e5a1d3a41491bb7fe4e6c5620111c3c2d4a680c7a1057b1R653)
213-
which changes the presented API produced by these objects. While they aren't
214-
internal and should not be…they're fairly esoteric so we're ok with that breakage
215-
across a major version.
216-
-->
217-
<exclude>com.fasterxml.jackson.module.kotlin.UByteDeserializer</exclude>
218-
<exclude>com.fasterxml.jackson.module.kotlin.UByteSerializer</exclude>
219-
<exclude>com.fasterxml.jackson.module.kotlin.UIntDeserializer</exclude>
220-
<exclude>com.fasterxml.jackson.module.kotlin.UIntSerializer</exclude>
221-
<exclude>com.fasterxml.jackson.module.kotlin.ULongDeserializer</exclude>
222-
<exclude>com.fasterxml.jackson.module.kotlin.ULongSerializer</exclude>
223-
<exclude>com.fasterxml.jackson.module.kotlin.UShortDeserializer</exclude>
224-
<exclude>com.fasterxml.jackson.module.kotlin.UShortSerializer</exclude>
225-
<!--
226-
TODO Remove after release of 2.13 and update the oldVersion above to 2.13.
227-
-->
228-
<exclude>com.fasterxml.jackson.module.kotlin.ValueClassUnboxSerializer</exclude>
229-
<exclude>com.fasterxml.jackson.module.kotlin.ExtensionsKt$treeToValue</exclude>
230-
<exclude>com.fasterxml.jackson.module.kotlin.KotlinKeySerializers</exclude>
231-
<exclude>com.fasterxml.jackson.module.kotlin.ValueClassUnboxKeySerializer</exclude>
232207
</excludes>
233208
</parameter>
234209
</configuration>

0 commit comments

Comments
 (0)