Skip to content

Commit

Permalink
chore(deps-dev): bump com.approvaltests:approvaltests from 24.3.0 to …
Browse files Browse the repository at this point in the history
…24.4.0 (#463)

Bumps
[com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java)
from 24.3.0 to 24.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/approvals/ApprovalTests.Java/releases">com.approvaltests:approvaltests's
releases</a>.</em></p>
<blockquote>
<h2>Support for setting reporter in environment variables</h2>
<p>See <a
href="https://redirect.github.com/approvals/ApprovalTests.Java/issues/520">#520</a></p>
<p>See the documentation <a
href="https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/ConfigureReporters.md#method-4-environment-variables">here</a>.</p>
<p>Thanks to <a
href="https://github.com/FWest98"><code>@​FWest98</code></a> for this
contribution!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/dddfa874a48066a9a1e27ae9152d549b32c9cb87"><code>dddfa87</code></a>
. e don't compile with java 17, we still want to be compatible with
8</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/ea21b5acf14a1fc27447d32df76ab2f1fa5e7af8"><code>ea21b5a</code></a>
. d updated markdown snippets</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/eade3a8fb2db17d240c1b34b62798ecd2319ea1e"><code>eade3a8</code></a>
. r delete dead code</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/bf30864260efabee1406dc2ea3426734b27ede09"><code>bf30864</code></a>
. dt document currently supported Reporters when using
EnvironmentalVariableR...</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/c7fb16a0568c967154f681ff7f970855fe8e3f72"><code>c7fb16a</code></a>
. t dont set env variables globally to test
EnvironmentVariableReporter</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/a80c9194967a8f2dd1fea62a46fc2e6285c63d42"><code>a80c919</code></a>
. d updated markdown snippets</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/c7d6ee75793d200474cea03f2afb4936c5dc373b"><code>c7d6ee7</code></a>
Merge pull request <a
href="https://redirect.github.com/approvals/ApprovalTests.Java/issues/520">#520</a>
from FWest98/fw/environmentreporter</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/4b7731998c35c663271394ed57827f37c31dd757"><code>4b77319</code></a>
Merge branch 'master' into fw/environmentreporter</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/2fd19535dc978bc1853517754c6afd8e44dbb6cf"><code>2fd1953</code></a>
a reformat code</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/f45f66890b5e17c9638ca843ffb28f90cbe3d1c9"><code>f45f668</code></a>
. td Documenting Test update on Step 6</li>
<li>Additional commits viewable in <a
href="https://github.com/approvals/ApprovalTests.Java/compare/24.3.0...24.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.approvaltests:approvaltests&package-manager=maven&previous-version=24.3.0&new-version=24.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 64d65bf commit e87f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<maven.compiler.parameters>true</maven.compiler.parameters>

<junit.version>5.10.3</junit.version>
<approvaltests.version>24.3.0</approvaltests.version>
<approvaltests.version>24.4.0</approvaltests.version>
<spotless.version>2.43.0</spotless.version>
<javaparser.version>3.26.1</javaparser.version>
<commons-compress.version>1.27.0</commons-compress.version>
Expand Down

0 comments on commit e87f1c3

Please sign in to comment.