szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
212 stars 57 forks source link

Bump pitest-aggregator from 1.5.2 to 1.6.3 #256

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps pitest-aggregator from 1.5.2 to 1.6.3.

Release notes

Sourced from pitest-aggregator's releases.

1.6.3

  • #853 Fix case insensitive feature check
  • #855 Make coverage data available to interceptors
  • #857 Pass stderr/out data by line (thanks @kgeilmann)
  • #858 Fix test not failing when maxSurviving is 0 (thanks @alexkoltz)
  • #860 Fix junk mutations in try with resources in java 11

1.6.2

#770 and #746 Fix NPE during coverage stage (thanks @LaurentTho3) #849 Make feature names case insensitive #844 Extend feature system to work with listeners #842 Make report options available to listeners

1.6.1

  • Automate release to maven central
  • #774 Test strength statistic (thanks @alex859)
  • #798 Enable jvm args to be passed from command line (thanks @yfrolov)
  • #797 Add line coverage to console (thanks @qxo)
  • #822 Mitigate NPE on accidental dependency (thanks @szpak)
Commits
  • 4238ce8 Merge pull request #861 from hcoles/master
  • 6a4f021 Merge pull request #860 from hcoles/java_11_try_with_resources
  • 6abe32b improve try-with-resources-filtering #766
  • 141244e add example classes used in try with resources test cases
  • 6410c68 Merge pull request #858 from alexkoltz/master
  • 734a8f4 Fixed tests not failing when maxSurviving=0 and typo
  • eee3165 Merge pull request #857 from kgeilmann/fix_mess_on_stdout_stderr
  • b684173 Pass data from stdout and stderr of spawned processes line by line to the con...
  • ee02ad2 Merge pull request #856 from hcoles/tidy_up
  • 6bae7b3 Code inspection fixes
  • 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
szpak commented 3 years ago

@dependabot rebase

dependabot-preview[bot] commented 3 years ago

Looks like org.pitest:pitest-aggregator is up-to-date now, so this is no longer needed.