weso / shex-lite

Scala implementation of a compiler for a subset of the Shape Expressions Compact Syntax.
Other
8 stars 9 forks source link

[SLP-0259] Update cucumber-core to 7.3.2 #259

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates io.cucumber:cucumber-core from 2.4.0 to 7.3.2.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.cucumber", artifactId = "cucumber-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequest = { frequency = "@monthly" }, dependency = { groupId = "io.cucumber", artifactId = "cucumber-core" } }] ```

labels: library-update, early-semver-major, semver-spec-major, commit-count:1

codecov[bot] commented 2 years ago

Codecov Report

Merging #259 (e57a964) into master (4bb7259) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #259   +/-   ##
=======================================
  Coverage   68.78%   68.78%           
=======================================
  Files          96       96           
  Lines        1419     1419           
  Branches       75       75           
=======================================
  Hits          976      976           
  Misses        443      443           

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 4bb7259...e57a964. Read the comment docs.

scala-steward commented 2 years ago

Superseded by #261.