### Affected version 1.2.0 ### Bug description * Currently a of used imports are deprecated for example `StringUtils.equals` etc. replacing with non deprecated variants (`Strings.CS.equals`). * replace `StringUtils.join` with `String.join`