yuzawa-san / googolplex-theater

Persistently maintain multiple Chromecasts as digital signage without a browser.
MIT License
79 stars 7 forks source link

Bump cucumber-junit-platform-engine from 7.2.3 to 7.3.2 #303

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps cucumber-junit-platform-engine from 7.2.3 to 7.3.2.

Changelog

Sourced from cucumber-junit-platform-engine's changelog.

[7.3.2] (2022-04-22)

Fixed

  • [Core] Fix cucumber report spam Collectors.toUnmodifiableList() (#2533 M.P. Korstanje)

[7.3.1] (2022-04-20)

Fixed

  • [Core] Removed usage of since Java 10 Collectors.toUnmodifiableList() method (#2531 M.P. Korstanje)

[7.3.0] (2022-04-19)

Added

  • [JUnit Platform] Support cucumber.features property (#2498 M.P. Korstanje)

Changed

  • [Core] Use null-safe messages (#2497 M.P. Korstanje)

    • Update dependency io.cucumber:html-formatter to v19.1
      • Removed work around for 'Uncaught TypeError: e.git is undefined'
    • Update dependency io.cucumber:messages to v18
    • Update dependency io.cucumber:gherkin to v23
    • Moved shaded jackson from messages to core.
  • Update dependency io.cucumber:ci-environment to v9 (#2475 M.P. Korstanje)

  • Update dependency com.google.inject:guice to v5.1.0 (#2473 M.P. Korstanje)

  • Update dependency org.testng:testng to v7.5 (#2457 M.P. Korstanje)

Fixed

  • [OpenEJB] Remove spurious dependencies (#2477 M.P. Korstanje)
    • Removed spurious dependencies:
      • javax.activation:activation
      • org.glassfish.jaxb:jaxb-runtime
  • [TestNG] Remove spurious Optional[] from test name (#2488 M.P. Korstanje)
  • [BOM] Add missing dependencies to bill of materials (#2496 M.P. Korstanje)
  • [Spring] Start and stop test context once per scenario (#2517 M.P. Korstanje)
  • [JUnit Platform] Feature files with space in filename generate Illegal Character (#2521 G. Fernandez)
Commits
  • 879124d [maven-release-plugin] prepare release v7.3.2
  • deba5c4 Update CHANGELOG for v7.3.2
  • 5f7889d [Core] Fix Cucumber report spam (#2533)
  • 2a2106c Update dependency io.cucumber:cucumber-expressions to v15.1.1
  • 1e75e17 Update dependency org.apache.tomee:openejb-core to v8.0.11
  • 0397c28 Update mockito monorepo to v4.5.1
  • cd121fe Update dependency io.cucumber:cucumber-jvm to v7.3.1
  • 33c0493 [maven-release-plugin] prepare for next development iteration
  • 5c40087 [maven-release-plugin] prepare release v7.3.1
  • b0d5579 Update CHANGELOG for v7.3.1
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #303 (601e254) into develop (a68fb47) will increase coverage by 0.18%. The diff coverage is n/a.

@@              Coverage Diff              @@
##             develop     #303      +/-   ##
=============================================
+ Coverage      85.32%   85.50%   +0.18%     
  Complexity       113      113              
=============================================
  Files             10       10              
  Lines            552      552              
  Branches          53       53              
=============================================
+ Hits             471      472       +1     
+ Misses            49       48       -1     
  Partials          32       32              
Impacted Files Coverage Δ
...lplex_theater/client/GoogolplexControllerImpl.java 89.13% <0.00%> (-0.55%) :arrow_down:
...olplex_theater/client/GoogolplexClientHandler.java 91.42% <0.00%> (+1.90%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a68fb47...601e254. Read the comment docs.