Skip to content

Commit

Permalink
chore(deps): bump com.approvaltests:approvaltests from 24.14.0 to 24.…
Browse files Browse the repository at this point in the history
…14.2 (#741)

Bumps
[com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java)
from 24.14.0 to 24.14.2.
<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>Bugfixes for loadWebPage and readBufferedStream</h2>
<p>No release notes provided.</p>
<h2>Use UrlConnection in NetUtils instead of Apache HttpClient</h2>
<p>As first fix to <a
href="https://redirect.github.com/approvals/ApprovalTests.Java/issues/607">#607</a>
let's use java's built-in functionality to make web requests.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/3e33e2e0de674ee1893530d00572e2a3b7505dc9"><code>3e33e2e</code></a>
a reformat code</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/808f4ceeb06951fe38be6ebd879642120eecb927"><code>808f4ce</code></a>
- r Replaced deprecated method calls</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/a3f9a2804d712e320286097da7e82ecf7eb4eca6"><code>a3f9a28</code></a>
- r Deprecated unfortunately named function</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/5e242fecb8fe938630f3703e5e9d6f65d838a798"><code>5e242fe</code></a>
- r Replaced URL with URI.create(url)</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/b38d2d50e2f3e79f4aa528c955a76e42271b0488"><code>b38d2d5</code></a>
- r Removed duplicate functionality</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/6c831f6693db935339edb1389f398d5743e59954"><code>6c831f6</code></a>
- B Fixed bug with the way we were processing BufferedStreams</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/80fd2c1de6fdc8fab2c1dbfcee25b995df7335ba"><code>80fd2c1</code></a>
v 24.14.1</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/92592fdc17848871b659757504265016c6b5af2c"><code>92592fd</code></a>
a reformat code</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/3e5db3942e5db620a668085f4afb6298680d4800"><code>3e5db39</code></a>
! r Use java's built in UrlConnection instead of apache http client</li>
<li><a
href="https://github.com/approvals/ApprovalTests.Java/commit/d8e742be7433ad7027b57cb9cfde0b0b27c91157"><code>d8e742b</code></a>
. t Tests for NetUtils</li>
<li>Additional commits viewable in <a
href="https://github.com/approvals/ApprovalTests.Java/compare/24.14.0...24.14.2">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.14.0&new-version=24.14.2)](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 Jan 17, 2025
1 parent d04fd7e commit 97030e5
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 @@ -60,7 +60,7 @@
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
<maven.dependency.failOnWarning>true</maven.dependency.failOnWarning>

<approvaltests.version>24.14.0</approvaltests.version>
<approvaltests.version>24.14.2</approvaltests.version>
<asm.version>9.7.1</asm.version>
<commons-io.version>2.18.0</commons-io.version>
<commons-lang.version>3.17.0</commons-lang.version>
Expand Down

0 comments on commit 97030e5

Please sign in to comment.