dependabot[bot] opened a new pull request, #12867: URL: https://github.com/apache/pinot/pull/12867
Bumps [org.scalatest:scalatest_2.12](https://github.com/scalatest/scalatest) from 3.1.1 to 3.3.0-SNAP4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scalatest/scalatest/releases">org.scalatest:scalatest_2.12's releases</a>.</em></p> <blockquote> <h2>3.2.18</h2> <p>Scalactic/ScalaTest 3.2.18 is a point release that makes a few enhancements.</p> <p>Changes included:</p> <ul> <li>Added the missing sleep call in Retries to withRetry function. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2279">#2279</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2279">scalatest/scalatest#2279</a>))</li> <li>Fixed unexpected warning in Scala 2 macro for assert(foo.isEmpty()). ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2298">#2298</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2298">scalatest/scalatest#2298</a>))</li> <li>Call the sleep function in Retries that takes nano part. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2279">#2279</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2279">scalatest/scalatest#2279</a>))</li> <li>Enhanced Conductors to catch UnsupportedOperationException when calling Thread's stop, and call method interrupt when that happens as next attempt to stop the running thread, avoiding hang problem when using Conductors. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2284">#2284</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2284">scalatest/scalatest#2284</a>))</li> <li>Reimplemented InsertionOrderSet using scala.collection.mutable.LinkedHashSet to improve performance. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2308">#2308</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2308">scalatest/scalatest#2308</a>))</li> <li>Added scalatest-app build for Scala 3. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2290">#2290</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2290">scalatest/scalatest#2290</a>))</li> <li>Added the missing test for empty public constructor and non-abstract when detecting Suite in ScalaTest+JUnit5 discovery. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/12">#12</a>](<a href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/12">scalatest/scalatestplus-junit5#12</a>))</li> <li>Added TestCanceled support in ScalaTest+JUnit5. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/7">#7</a>](<a href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/7">scalatest/scalatestplus-junit5#7</a>))</li> <li>Upgraded to Mockito 5.10 in ScalaTest+Mockito.</li> <li>Upgraded to TestNG 7.9 in ScalaTest+TestNG.</li> <li>Upgraded to Selenium 4.17 in ScalaTest+Selenium.</li> </ul> <h2>3.2.17</h2> <p>Scalactic/ScalaTest 3.2.17 is a point release that makes a few enhancements.</p> <p>Changes included:</p> <ul> <li>Backport macro short-circuit fix to make & and | to have consistent behavior with Scala's & and |. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2261">#2261</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2261">scalatest/scalatest#2261</a>))</li> <li>Fixed images not included in scalatest-app jar file problem. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/2271">#2271</a>](<a href="https://redirect.github.com/scalatest/scalatest/pull/2271">scalatest/scalatest#2271</a>))</li> <li>Upgraded to JUnit 5.10 in ScalaTest+JUnit5. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/8">#8</a>](<a href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/8">scalatest/scalatestplus-junit5#8</a>) in ScalaTest+JUnit5)</li> <li>Upgraded to Selenium 4.12 in ScalaTest+Selenium. ([PR <a href="https://redirect.github.com/scalatest/scalatest/issues/25">#25</a>](<a href="https://redirect.github.com/scalatest/scalatestplus-selenium/pull/25">scalatest/scalatestplus-selenium#25</a>) in ScalaTest+Selenium)</li> </ul> <p>Thanks to the contributors for the Scalactic/ScalaTest 3.2.17 release: Chua Chee Seng (<a href="https://github.com/cheeseng">https://github.com/cheeseng</a>) Bill Venners (<a href="https://github.com/bvenners">https://github.com/bvenners</a>)</p> <h2>3.2.16</h2> <p>Scalactic/ScalaTest 3.2.16 is a point release that makes a few enhancements.</p> <p>Changes included:</p> <ul> <li>Added overridable differ to Prettifier trait, and added functions to create prettifier instance with supplied Differ. (<a href="https://redirect.github.com/scalatest/scalatest/pull/2221">scalatest/scalatest#2221</a>).</li> <li>Recognize -S as a valid argument in checkArgsForValidity, used by Runner. (<a href="https://redirect.github.com/scalatest/scalatest/pull/2222">scalatest/scalatest#2222</a>).</li> <li>Deprecated NoArg as scala.DelayedInit is dropped from Scala 3, updated ScalaDoc. (<a href="https://redirect.github.com/scalatest/scalatest/pull/2228">scalatest/scalatest#2228</a>).</li> <li>Fixed compiler warning in expanded code when the size or length method call contains empty bracket. (<a href="https://redirect.github.com/scalatest/scalatest/pull/2230">scalatest/scalatest#2230</a>).</li> <li>Fixed "SuiteAborted.this.message was null" error (<a href="https://redirect.github.com/scalatest/scalatest/pull/2236">scalatest/scalatest#2236</a>).</li> </ul> <p>Thanks to the contributors for the Scalactic/ScalaTest 3.2.16 release:</p> <p>Avatar Georgiy Kargapolov (<a href="https://github.com/inmost-light">https://github.com/inmost-light</a>) shawjef3 (<a href="https://github.com/shawjef3">https://github.com/shawjef3</a>) Chua Chee Seng (<a href="https://github.com/cheeseng">https://github.com/cheeseng</a>) Bill Venners (<a href="https://github.com/bvenners">https://github.com/bvenners</a>)</p> <h2>3.2.15</h2> <p>Scalactic/ScalaTest 3.2.15 is a point release that makes a few enhancements.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/scalatest/scalatest/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
