Skip to content

Commit db524ee

Browse files
authored
Merge pull request #1058 from k163377/fix/cmp
Fix cmp
2 parents 9485e6a + 379abe4 commit db524ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
-->
238238
<!-- 30-Sep-2023, wrongwrong: For 2.16, compare to 2.15.2 baseline
239239
-->
240-
<version>2.19.0</version>
240+
<version>2.20.0</version>
241241
<type>jar</type>
242242
</dependency>
243243
</oldVersion>
@@ -271,6 +271,12 @@
271271
<exclude>com.fasterxml.jackson.module.kotlin.ValueClassStaticJsonKeySerializer</exclude>
272272
<exclude>com.fasterxml.jackson.module.kotlin.ValueClassBoxConverter</exclude>
273273
<exclude>com.fasterxml.jackson.module.kotlin.ValueClassKeyDeserializer</exclude>
274+
<exclude>
275+
com.fasterxml.jackson.module.kotlin.InternalCommonsKt#unreflect(java.lang.reflect.Method)
276+
</exclude>
277+
<exclude>
278+
com.fasterxml.jackson.module.kotlin.InternalCommonsKt#unreflectAsType(java.lang.reflect.Method,java.lang.invoke.MethodType)
279+
</exclude>
274280
</excludes>
275281
</parameter>
276282
</configuration>

0 commit comments

Comments
 (0)