Update dependencies and improve formatting of pom.xml #962
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.
This PR updates various dependencies used during tests to the latest version, as well as some small formatting improvements. Changes were only made to dependencies with the 'test' scope, should this should not affect production behavior in any way.
A few dependencies' latest version do not support Java 8, so these were only updated to the latest compatible version. Since newer major versions target later versions of Java, these dependencies are unlikely to receive updates going forward:
org.mockito.mockito-inlineandorg.mockito.mockito-junit-jupiterorg.seleniumhq.seleniumThere were several vestigial dependencies which were no longer used due to various refactors and updates over the years:
org.apache.httpcomponents.httpclientcom.google.guava.guavach.qos.logback.logback-classicFinally, some new properties were added which can be set when running the mvn command, and allows us to skip either the unit or integration tests separately when running the mvn command locally or in the build pipelines.