We have updated our Gradle build to use Jackson 2.15.0, but have noticed that ```gradle 'ch.randelshofer:fastdoubleparser:0.8.0' ``` has now been included as a transitive compile dependency. This appears to be due to: ```json "dependencies": [ { "group": "ch.randelshofer", "module": "fastdoubleparser", "version": { "requires": "0.8.0" } }, ``` being included in `jackson-core-2.15.0.module`, which unfortunately is clobbering the contents of the POM.