|
191 | 191 | <dependency>
|
192 | 192 | <groupId>com.fasterxml.jackson.module</groupId>
|
193 | 193 | <artifactId>jackson-module-kotlin</artifactId>
|
194 |
| - <version>2.12.4</version> |
| 194 | + <version>2.13.0</version> |
195 | 195 | <type>jar</type>
|
196 | 196 | </dependency>
|
197 | 197 | </oldVersion>
|
|
204 | 204 | <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
|
205 | 205 | <breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
|
206 | 206 | <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> |
232 | 207 | </excludes>
|
233 | 208 | </parameter>
|
234 | 209 | </configuration>
|
|
0 commit comments