From 379abe4c9b2a925e2ccaf3fc8898630f77ab13b9 Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 14 Sep 2025 16:08:49 +0900 Subject: [PATCH] Fix cmp --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60642340..c3edb9cb 100644 --- a/pom.xml +++ b/pom.xml @@ -237,7 +237,7 @@ --> - 2.19.0 + 2.20.0 jar @@ -271,6 +271,12 @@ com.fasterxml.jackson.module.kotlin.ValueClassStaticJsonKeySerializer com.fasterxml.jackson.module.kotlin.ValueClassBoxConverter com.fasterxml.jackson.module.kotlin.ValueClassKeyDeserializer + + com.fasterxml.jackson.module.kotlin.InternalCommonsKt#unreflect(java.lang.reflect.Method) + + + com.fasterxml.jackson.module.kotlin.InternalCommonsKt#unreflectAsType(java.lang.reflect.Method,java.lang.invoke.MethodType) +