diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index fdf2a44eb66d..35fc68e083b0 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -21,12 +21,12 @@ }, { "name": "logging.charset.console", - "type": "java.nio.Charset", + "type": "java.nio.charset.Charset", "description": "Charset to use for console output." }, { "name": "logging.charset.file", - "type": "java.nio.Charset", + "type": "java.nio.charset.Charset", "description": "Charset to use for file output." }, {