timmattison / brick-rope

GNU General Public License v2.0
0 stars 1 forks source link

Bump pitest-maven from 1.0.0 to 1.4.9 #35

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pitest-maven from 1.0.0 to 1.4.9.

Release notes *Sourced from [pitest-maven's releases](https://github.com/hcoles/pitest/releases).* > ## pitest-parent-1.4.9 > [#613](https://github-redirect.dependabot.com/hcoles/pitest/issues/613) / [#623](https://github-redirect.dependabot.com/hcoles/pitest/issues/623) - Fix for powermock issues on (thanks [@​jon-bell](https://github.com/jon-bell)) > [#614](https://github-redirect.dependabot.com/hcoles/pitest/issues/614) - Improved error message when no test plugin (thanks [@​szpak](https://github.com/szpak)) > [#620](https://github-redirect.dependabot.com/hcoles/pitest/issues/620) - Support annotation processors such as Micronaut that do not set debug filename > > > ## 1.4.8 > [#597](https://github-redirect.dependabot.com/hcoles/pitest/issues/597) Fix for bug in coverage when large number of classes (thanks [@​jon-bell](https://github.com/jon-bell)) > [#601](https://github-redirect.dependabot.com/hcoles/pitest/issues/601) Avoid stealing keyboard focus on macos (thanks [@​maxgabut](https://github.com/maxgabut)) > > ## 1.4.7 > * [#545](https://github-redirect.dependabot.com/hcoles/pitest/issues/545) Faster coverage calculation > > Thanks to work by [@​jon-bell](https://github.com/jon-bell) this release significantly increases the performance of pitest's coverage stage. > > ## 1.4.6 > * [#580](https://github-redirect.dependabot.com/hcoles/pitest/issues/580) - upgrade to ASM 7.1 > * [#573](https://github-redirect.dependabot.com/hcoles/pitest/issues/573) - Ant support for `testPlugin` and `failWhenNoMutations` (thanks [@​mduggan](https://github.com/mduggan)) > * [#555](https://github-redirect.dependabot.com/hcoles/pitest/issues/555) - Allow empty elements in maven configuration (thanks [@​maxgabut](https://github.com/maxgabut)) > > ## 1.4.5 > * [#557](https://github-redirect.dependabot.com/hcoles/pitest/issues/557) Issues running on Java 8 > > ## 1.4.4 > [#518](https://github-redirect.dependabot.com/hcoles/pitest/issues/518) - Experimental BigInteger mutator (thanks [@​ripdajacker](https://github.com/ripdajacker)) > [#523](https://github-redirect.dependabot.com/hcoles/pitest/issues/523) - Sort mutators in html report (thanks [@​ThLeu](https://github.com/ThLeu)) > [#533](https://github-redirect.dependabot.com/hcoles/pitest/issues/533) - Classic mutators from literature (thanls [@​LaurentTho3](https://github.com/LaurentTho3)) > [#528](https://github-redirect.dependabot.com/hcoles/pitest/issues/528) - Added skipFailingTests option from maven plugin (thanks [@​nicerloop](https://github.com/nicerloop)) > > ## 1.4.3 > * [#519](https://github-redirect.dependabot.com/hcoles/pitest/issues/519) - Java 11 support > * [#510](https://github-redirect.dependabot.com/hcoles/pitest/issues/510) - Compute mutation test matrix (thanks [@​nrainer](https://github.com/nrainer)) > > A test matrix mode can now be enabled by setting the parameter `fullMutationMatrix` to true, mutant will continue to be challenged with tests after one has failed and the result for each test determined. Note that only XML output is supported in this mode. > > ## 1.4.2 > * [#500](https://github-redirect.dependabot.com/hcoles/pitest/issues/500) - Support for large classpaths with new useClasspathJar option (thanks [@​jqhan](https://github.com/jqhan)) > > This release adds support for larger classpaths. > > Classpaths are now passed via an environment variable (rather than as a command line parameter) by default. > > For very large classpath the useClasspathJar parameter can be set. When this is set pitest will create a temporary jar with a classpath manifest entry containing all required entries. > > ## 1.4.1 > * [#466](https://github-redirect.dependabot.com/hcoles/pitest/issues/466) Ignore absent code directories when aggregating report (thanks [@​maxgabut](https://github.com/maxgabut) ) > * [#457](https://github-redirect.dependabot.com/hcoles/pitest/issues/457) Fix path issue for multi module projects using scm goal (thanks [@​sarahBuisson](https://github.com/sarahBuisson) and @ giggluigg) > * [#471](https://github-redirect.dependabot.com/hcoles/pitest/issues/471) Basic Java 11 support > * [#477](https://github-redirect.dependabot.com/hcoles/pitest/issues/477) Null byte in xml (thanks [@​maxgabut](https://github.com/maxgabut)) > * [#480](https://github-redirect.dependabot.com/hcoles/pitest/issues/480) Allow aggregation of timestamped reports (thanks [@​maxgabut](https://github.com/maxgabut)) > ... (truncated)
Commits - [`9f838bd`](https://github.com/hcoles/pitest/commit/9f838bdcba10a22f32a0c35d22cb6d7ae44009d2) [maven-release-plugin] prepare release pitest-parent-1.4.9 - [`7a56abd`](https://github.com/hcoles/pitest/commit/7a56abde7fb9e4aa753f6cecdd8fcb94e2e10113) Merge pull request [#624](https://github-redirect.dependabot.com/hcoles/pitest/issues/624) from hcoles/default_filename_when_null - [`64930d2`](https://github.com/hcoles/pitest/commit/64930d2fc7fe356480be580d3512aa6c64e04f8a) set a dummy filename when none available for [#620](https://github-redirect.dependabot.com/hcoles/pitest/issues/620) - [`53aba8d`](https://github.com/hcoles/pitest/commit/53aba8d2032025c375d158a40837ef60fae4e9ae) fix test for java 11 - [`f0f991b`](https://github.com/hcoles/pitest/commit/f0f991b447a9b240fbfcdb74c51cff849e473759) Merge pull request [#623](https://github-redirect.dependabot.com/hcoles/pitest/issues/623) from gmu-swe/issue-613 - [`1ff2e77`](https://github.com/hcoles/pitest/commit/1ff2e77b644256584f6a5e96d21cc05a00e122cb) temporarily remove oracle jdk from build matrix - [`9e3a88b`](https://github.com/hcoles/pitest/commit/9e3a88b43f0970ba434a8fa4fbb6a890bbbbe9c3) Merge pull request [#607](https://github-redirect.dependabot.com/hcoles/pitest/issues/607) from szpak/tech/openj9 - [`2c57fad`](https://github.com/hcoles/pitest/commit/2c57fadde7e63dcb09700882007c51995ed365fd) Merge branch 'master' of github.com:hcoles/pitest - [`0e4491c`](https://github.com/hcoles/pitest/commit/0e4491ce45ac5b64b9dce273e64e0c2aa9a519d3) disable test relying on third party repo - [`61155d4`](https://github.com/hcoles/pitest/commit/61155d4261d18773eaad2a739648231c03bbdf24) Merge pull request [#614](https://github-redirect.dependabot.com/hcoles/pitest/issues/614) from szpak/noPluginMessage - Additional commits viewable in [compare view](https://github.com/hcoles/pitest/compare/pitest-parent-1.0.0...pitest-parent-1.4.9)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.