Replace `StringUtils.join` by native `String.join`
Java provides `join` functionality by itself, no need for a library there.
issue