dependabot[bot] opened a new pull request, #1353:
URL: https://github.com/apache/tomee/pull/1353

   Bumps [org.scalatest:scalatest_2.13](https://github.com/scalatest/scalatest) 
from 3.2.14 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.13's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.2.19</h2>
   <p>Scalactic/ScalaTest 3.2.19 is a point release that makes a bug fixes and 
few enhancements.</p>
   <p>Changes included:</p>
   <ul>
   <li>Fixed remaining Scala 3 infix warnings in method used in DSL. (<a 
href="https://redirect.github.com/scalatest/scalatest/pull/2315";>scalatest/scalatest#2315</a>)</li>
   <li>Upgraded to Scala Native 0.5. (<a 
href="https://redirect.github.com/scalatest/scalatest/pull/2322";>scalatest/scalatest#2322</a>)
   ScalaTest+JUnit5</li>
   <li>Added support to run tests with dynamic test name when running a suite. 
(<a 
href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/19";>scalatest/scalatestplus-junit5#19</a>)</li>
   <li>Added support for ParallelTestExecution. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/18";>scalatest/scalatestplus-junit5#18</a>)</li>
   <li>Fixed a bug when extracting payload from throwable. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/16";>scalatest/scalatestplus-junit5#16</a>)</li>
   <li>Added wait for tests to finish before continuing. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/15";>scalatest/scalatestplus-junit5#15</a>)</li>
   <li>Updated JUnitSuite example. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-junit5/pull/14";>scalatest/scalatestplus-junit5#14</a>)</li>
   <li>Upgraded JUnit version to 5.10.2 in ScalaTest+JUnit5.
   ScalaTest+JUnit</li>
   <li>Made JUnitRunner Filterable. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-junit/pull/8";>scalatest/scalatestplus-junit#8</a>)</li>
   <li>Translate TestCanceled to fireAssumptionFailed. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-junit/pull/28";>scalatest/scalatestplus-junit#28</a>)
   ScalaTest+ScalaCheck</li>
   <li>Upgraded ScalaCheck version to 1.18 in ScalaTest+ScalaCheck (<a 
href="https://redirect.github.com/scalatest/scalatestplus-scalacheck/pull/66";>scalatest/scalatestplus-scalacheck#66</a>)</li>
   <li>Report original arg value if it was shrunk. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-scalacheck/pull/12";>scalatest/scalatestplus-scalacheck#12</a>)
   ScalaTest+Mockito</li>
   <li>Add convient methods for ArgumentCaptor. (<a 
href="https://redirect.github.com/scalatest/scalatestplus-mockito/pull/27";>scalatest/scalatestplus-mockito#27</a>)</li>
   <li>Upgraded Mockito version to 5.12 in ScalaTest+Mockito.
   ScalaTest+Selenium</li>
   <li>Upgraded Selenium version to 4.21 in ScalaTest+Selenium.
   ScalaTest+TestNG</li>
   <li>Upgraded TestNG version to 7.10 in ScalaTest+TestNG.
   ScalaTest+JMock</li>
   <li>Upgraded JMock version to 2.13 in ScalaTest+JMock.
   ScalaTest+EasyMock</li>
   <li>Upgraded EasyMock version to 5.3 in ScalaTest+EasyMock.</li>
   </ul>
   <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>
   <!-- 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 />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.scalatest:scalatest_2.13&package-manager=maven&previous-version=3.2.14&new-version=3.3.0-SNAP4)](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: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to