Maven引入cn.authing 创建AuthenticationClient报错: Companion

pom.xml配置:

cn.authing
java-core
4.3.69
compile

创建AuthenticationClient实例的时候,直接报错
AuthenticationClient authenticationClient = new AuthenticationClient(appId, host);

报错信息:Handler dispatch failed; nested exception is java.lang.NoSuchFieldError: Companion