Upgrade to Gradle 5.6.2 as a step towards Gradle 6.0 (necessary for Java 13 support). https://docs.gradle.org/5.5.1/release-notes.html https://docs.gradle.org/5.6.2/release-notes.html The other updates are mostly bug fixes: * Scala 2.13.1: https://github.com/scala/scala/releases/tag/v2.13.1 * Scala 2.12.10: https://github.com/scala/scala/releases/tag/v2.12.10 * Jetty 9.4.20: https://www.eclipse.org/lists/jetty-announce/msg00133.html * SLF4J 1.7.28: adds Automatic-Module-Name in MANIFEST.MF * Bouncy castle 1.63: https://www.bouncycastle.org/releasenotes.html * zstd 1.4.3: https://github.com/facebook/zstd/releases/tag/v1.4.3 Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>