* remove the resources\datafiles\presets folder as its is being built by the copy-orc-files build script * Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings. Value of is supported in Java 8 (https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html) * Removed non-atomic updates around deprecation * updated test dependencies * dependency updates * dependency updates