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

CORE-69: update various test dependencies #1568

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

davidangb
Copy link
Contributor

@davidangb davidangb commented Oct 16, 2024

Ticket: https://broadworkbench.atlassian.net/browse/CORE-69

What:

Consolidate multiple Scala Steward PRs into a single PR. This one updates a few test dependencies:

  • scalatest to 3.2.19
  • scalacheck to 1.18.1
  • org.scalatestplus:scalacheck integration to scalacheck-1-18:3.2.19.0 to match the scalatest and scalacheck updates
  • mockito-scala-scalatest to 1.17.37
  • google-cloud-nio to 0.127.25

Supersedes #1460, #1463, #1541, #1558


PR checklist

  • I've followed the instructions if I've made any changes to the API, especially if they're breaking changes
  • I've filled out the Security Risk Assessment (requires Broad Internal network access) and attached the result to the JIRA ticket

Copy link

sonarqubecloud bot commented Oct 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0" % Test,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"org.scalatest" %% "scalatest" was listed twice - with two different versions! I removed one of them.

@davidangb davidangb requested review from a team, dvoet, samanehsan and marctalbott and removed request for a team and samanehsan October 16, 2024 17:43
@davidangb davidangb merged commit ed9641e into develop Oct 16, 2024
25 checks passed
@davidangb davidangb deleted the da_CORE-69_updateTestLibs branch October 16, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants