Dependabot upgrade of commons-cli:commons-cli is failing on the launcher compilation with:
[ERROR] /home/jenkins/workspace/nuxeo_lts_nuxeo_PR-1871/server/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java:[1406,35] reference to getOptionValue is ambiguous both method getOptionValue(java.lang.String,java.lang.String) in org.apache.commons.cli.CommandLine and method getOptionValue(java.lang.String,java.util.function.Supplier<java.lang.String>) in org.apache.commons.cli.CommandLine match [ERROR] /home/jenkins/workspace/nuxeo_lts_nuxeo_PR-1871/server/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java:[1523,35] reference to getOptionValue is ambiguous both method getOptionValue(java.lang.String,java.lang.String) in org.apache.commons.cli.CommandLine and method getOptionValue(java.lang.String,java.util.function.Supplier<java.lang.String>) in org.apache.commons.cli.CommandLine match [INFO] 2 errors
Do we wan't to upgrade and fix?