Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK-3197] Update test deps #539

Merged
merged 1 commit into from
Mar 11, 2022
Merged

[SDK-3197] Update test deps #539

merged 1 commit into from
Mar 11, 2022

Conversation

jimmyjames
Copy link
Contributor

Updates test dependencies to latest versions.

Notes:

  • Due to in issue with jackson 2.12, it was exporting junit 4.13.2 as a transitive dependency, overriding our declared 4.12 dependency. This change explicitly updates to 4.13.2 which will also be required when updating our jackson dependency, as we'll be making use of some of the features in 4.13.2.
  • Replaces the now-deprecated IsCollectionContaining with IsIterableContaining. Other deprecated methods that involve less trivial code changes (e.g, deprecation of ExpectedException in favor of assertThrows) are not included in this PR, but can be made opportunistically going forward.

@jimmyjames jimmyjames added this to the v4-Beta milestone Mar 10, 2022
@jimmyjames jimmyjames requested a review from a team as a code owner March 10, 2022 16:32
@jimmyjames jimmyjames merged commit fef3ccf into v4-dev Mar 11, 2022
poovamraj pushed a commit that referenced this pull request Mar 16, 2022
@jimmyjames jimmyjames deleted the update-test-deps branch March 17, 2022 13:11
@poovamraj poovamraj modified the milestones: v4-Beta, 4.0.0-beta.0 May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants