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-0186] Update cucumber-junit to 6.9.1 #186

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates io.cucumber:cucumber-junit from 6.7.0 to 6.9.1.

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!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.cucumber", artifactId = "cucumber-junit" } ] ```

labels: test-library-update, semver-minor

codecov[bot] commented 3 years ago

Codecov Report

Merging #186 (0b618a6) into master (116e524) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   68.01%   68.01%           
=======================================
  Files          96       96           
  Lines        1363     1363           
  Branches       77       77           
=======================================
  Hits          927      927           
  Misses        436      436           

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 116e524...0b618a6. Read the comment docs.

scala-steward commented 3 years ago

Superseded by #192.