Updates dependencies and casts a int to a long, as there was a change in the maven plugin that meant we had to use a long in common, and casting it in here is safer than the alternative of casting a long to an int in the maven plugin which could fail.
Also updates the gradle wrapper from an older version to a recent one.
Updates dependencies and casts a int to a long, as there was a change in the maven plugin that meant we had to use a long in common, and casting it in here is safer than the alternative of casting a long to an int in the maven plugin which could fail.
Also updates the gradle wrapper from an older version to a recent one.