Update buildSrc to Java 11 Toolchain & Update Wiremock Test Dependency #546
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
HiveMQ Java Requirement in Documentation describes Java 11 or Higher. buildSrc should be using at least the Java 11 Toolchain.
Wiremock Test Dependency updated to latest version to resolve CVE's in version 3.0.1
Wiremock project will no longer work on jre-8 version of wiremock therefore has vulnerabilities.
Resolves #506
Changes
buildSrc Java Toolchain updated to Java 11
Wiremock lib version updated to relocated artifact on Maven Central. Updated Maven Central package has been updated to org.wiremock. Wiremock updated from jre8 build to use at least Jre-11.
All Unit-tests are passing in local dev environment using JDK 11.