Commit Graph

504 Commits

Author SHA1 Message Date
dependabot[bot] 91a9ad159c
Bump groovyVersion from 4.0.8 to 4.0.9 (#7779)
Bumps `groovyVersion` from 4.0.8 to 4.0.9.
Updates `org.apache.groovy:groovy-bom` from 4.0.8 to 4.0.9
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/apache/groovy/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.groovy:groovy` from 4.0.8 to 4.0.9
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/apache/groovy/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.groovy:groovy-json` from 4.0.8 to 4.0.9
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/apache/groovy/commits">compare view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 13:02:54 +01:00
dependabot[bot] 2e2e891855
Bump byteBuddyVersion from 1.12.22 to 1.12.23 (#7745) 2023-02-07 01:59:28 +00:00
dependabot[bot] 494eea273a
Bump com.uber.nullaway:nullaway from 0.10.8 to 0.10.9 (#7708)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.10.8 to 0.10.9.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">com.uber.nullaway:nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.9</h2>
<ul>
<li>Add support for external init annotations in constructors (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/725">#725</a>)</li>
<li>Ignore incompatibly annotated var args from Kotlin code. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/721">#721</a>)</li>
<li>Support for specific libraries/APIs:
<ul>
<li>Add Throwable.getCause and getLocalizedMessage() library models (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/717">#717</a>)</li>
<li>Support more test assertions in OptionalEmptinessHandler (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/718">#718</a>)</li>
<li>Support isInstanceOf(...) as implying non-null in assertion
libraries (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/726">#726</a>)</li>
</ul>
</li>
<li>[Refactor] Avoid redundant Map lookups (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/722">#722</a>)</li>
<li>Build / CI tooling for NullAway itself:
<ul>
<li>Update to Error Prone 2.18.0 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/707">#707</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7591b03ae0"><code>7591b03</code></a>
Prepare for release 0.10.9.</li>
<li><a
href="fc151dcaae"><code>fc151dc</code></a>
Support isInstanceOf(...) as implying non-null in assertion libraries.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/726">#726</a>)</li>
<li><a
href="d2e4a491ff"><code>d2e4a49</code></a>
Add support for external init annotations in constructors (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/725">#725</a>)</li>
<li><a
href="4cabc3dc17"><code>4cabc3d</code></a>
Avoid redundant Map lookups (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/722">#722</a>)</li>
<li><a
href="0a78a82df7"><code>0a78a82</code></a>
Ignore incompatibly annotated var args from Kotlin code. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/721">#721</a>)</li>
<li><a
href="57a89e857b"><code>57a89e8</code></a>
Update to Error Prone 2.18.0 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/707">#707</a>)</li>
<li><a
href="d809795b92"><code>d809795</code></a>
Support more test assertions in OptionalEmptinessHandler (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/718">#718</a>)</li>
<li><a
href="c4c7c4bbb0"><code>c4c7c4b</code></a>
Add Throwable.getCause and getLocalizedMessage() library models (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/717">#717</a>)</li>
<li><a
href="d190853d73"><code>d190853</code></a>
Prepare next development version.</li>
<li>See full diff in <a
href="https://github.com/uber/NullAway/compare/v0.10.8...v0.10.9">compare
view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 11:07:07 +02:00
dependabot[bot] d8f7604e8d
Bump com.fasterxml.jackson:jackson-bom from 2.14.1 to 2.14.2 (#7683)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.14.1 to 2.14.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6a381633a6"><code>6a38163</code></a>
[maven-release-plugin] prepare release jackson-bom-2.14.2</li>
<li><a
href="6579bfc3a7"><code>6579bfc</code></a>
Prepare for 2.14.2 release</li>
<li><a
href="380ca7696d"><code>380ca76</code></a>
Back to snapshot deps</li>
<li><a
href="ce91dcc91e"><code>ce91dcc</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.14.1...jackson-bom-2.14.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson:jackson-bom&package-manager=gradle&previous-version=2.14.1&new-version=2.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2023-01-31 12:54:10 +01:00
dependabot[bot] bf0e20e1db
Bump system-stubs-jupiter from 2.0.1 to 2.0.2 (#7667)
Bumps [system-stubs-jupiter](https://github.com/webcompere/system-stubs)
from 2.0.1 to 2.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9b564d3e84"><code>9b564d3</code></a>
[maven-release-plugin] prepare release system-stubs-parent-2.0.2</li>
<li><a
href="d254434803"><code>d254434</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/webcompere/system-stubs/issues/51">#51</a>
from webcompere/resolve-junit-private-dependency</li>
<li><a
href="b1f9d2b9f8"><code>b1f9d2b</code></a>
Remove dependency on private JUnit API internals</li>
<li><a
href="93db7a102b"><code>93db7a1</code></a>
Add note about groovy compatibility</li>
<li><a
href="06c5153e11"><code>06c5153</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/webcompere/system-stubs/issues/42">#42</a>
from webcompere/release-2-0-1</li>
<li><a
href="778027c629"><code>778027c</code></a>
Update README version number of latest build</li>
<li><a
href="56d3dca972"><code>56d3dca</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/webcompere/system-stubs/compare/system-stubs-parent-2.0.1...system-stubs-parent-2.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uk.org.webcompere:system-stubs-jupiter&package-manager=gradle&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-29 13:40:02 +02:00
dependabot[bot] 2027c7bf97
Bump groovyVersion from 4.0.7 to 4.0.8 (#7638) 2023-01-23 19:51:03 -08:00
Mateusz Rzeszutek 268165c668
Fix NoClassDefFoundError happening when snakeyaml is used on a custom JRE (#7598)
Fixes #7580
2023-01-19 10:30:18 -08:00
dependabot[bot] 12619c89c2
Bump opentelemetry-aws-xray-propagator from 1.21.0-alpha to 1.22.0-alpha (#7601) 2023-01-18 04:59:11 +00:00
dependabot[bot] 6741c95bb8
Bump byteBuddyVersion from 1.12.20 to 1.12.22 (#7568) 2023-01-17 19:43:03 -08:00
dependabot[bot] bc92fb3784
Bump assertj-core from 3.24.1 to 3.24.2 (#7600) 2023-01-17 16:40:33 -08:00
dependabot[bot] c30bc60568
Bump nullaway from 0.10.7 to 0.10.8 (#7586)
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.7 to
0.10.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.8</h2>
<ul>
<li>Don't do checks for type casts and parameterized trees in
unannotated code (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/712">#712</a>)</li>
<li>Add an initial <code>nullaway:nullaway-annotations</code> artifact.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/709">#709</a>)
<ul>
<li>Contains only an implementation of <code>@Initializer</code> for
now.</li>
</ul>
</li>
<li>NullAwayInfer/Annotator data serialization support [experimental]
<ul>
<li>Update region selection for initialization errors. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/713">#713</a>)</li>
<li>Update path serialization for reported errors and fixes. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/714">#714</a>)</li>
</ul>
</li>
<li>Build / CI tooling for NullAway itself:
<ul>
<li>Turn up various Error Prone checks (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/710">#710</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8309d67fa0"><code>8309d67</code></a>
Prepare for release 0.10.8.</li>
<li><a
href="535772a507"><code>535772a</code></a>
[FixSerialization] Update path serialization for reported errors and
fixes. (...</li>
<li><a
href="dcadcfae37"><code>dcadcfa</code></a>
Update region selection for initialization errors. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/713">#713</a>)</li>
<li><a
href="2f871a8329"><code>2f871a8</code></a>
Don't do checks for type casts and parameterized trees in unannotated
code (#...</li>
<li><a
href="ab0a17df03"><code>ab0a17d</code></a>
Turn up various Error Prone checks (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/710">#710</a>)</li>
<li><a
href="afb8fd4902"><code>afb8fd4</code></a>
Add an initial annotations artifact (with sample <a
href="https://github.com/Initializer"><code>@​Initializer</code></a>
implementation)...</li>
<li><a
href="3ad8876b14"><code>3ad8876</code></a>
Prepare next development version.</li>
<li>See full diff in <a
href="https://github.com/uber/NullAway/compare/v0.10.7...v0.10.8">compare
view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 11:15:17 +01:00
Trask Stalnaker 09b63d2294
Use new reactor contextWrite when available (from reactor 3.4.0) (#7538)
Related to #7107 and #7202

Support WebFlux 6. 

Supporting reactor 3.5 seems pretty straightforward, the
`subscriberContext()` was deprecated in 3.4 in favor of
`contextWrite()`. In 3.5, `subscriberContext()` was removed.

This PR doesn't bump `latestDepTestLibrary` to 3.5 yet because there are
a couple of tests that succeed in 3.4 using `contextWrite()` but fail in
3.5 using `contextWrite()`.

My proposal is to review/merge this PR, and then I can ping our resident
reactor experts to see if they have thoughts on the failing tests in
3.5.
2023-01-11 20:26:12 -08:00
dependabot[bot] f335861136
Bump errorProneVersion from 2.17.0 to 2.18.0 (#7532)
Bumps `errorProneVersion` from 2.17.0 to 2.18.0.
Updates `error_prone_annotations` from 2.17.0 to 2.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/error-prone/releases">error_prone_annotations's
releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.18.0</h2>
<p>New Checkers:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/InjectOnBugCheckers"><code>InjectOnBugCheckers</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/LabelledBreakTarget"><code>LabelledBreakTarget</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/UnusedLabel"><code>UnusedLabel</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/YodaCondition"><code>YodaCondition</code></a></li>
</ul>
<p>Fixes issues: <a
href="https://github-redirect.dependabot.com/google/error-prone/issues/1650">#1650</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/2706">#2706</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3404">#3404</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3493">#3493</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3504">#3504</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3519">#3519</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3579">#3579</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3610">#3610</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3632">#3632</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3638">#3638</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3645">#3645</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3646">#3646</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3652">#3652</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3690">#3690</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/error-prone/compare/v2.17.0...v2.18.0">https://github.com/google/error-prone/compare/v2.17.0...v2.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="34730decfe"><code>34730de</code></a>
Release Error Prone 2.18.0</li>
<li><a
href="ee1e7778d3"><code>ee1e777</code></a>
Remove <code>DoNoCall</code> flags for checking <code>Thread.run</code>
and various <code>getClass</code> meth...</li>
<li><a
href="bb9ede9f25"><code>bb9ede9</code></a>
Delete dependabot.yml</li>
<li><a
href="7f459e14cd"><code>7f459e1</code></a>
Refaster: support method invocation type argument inlining</li>
<li><a
href="a57309b018"><code>a57309b</code></a>
Add a check to reverse Yoda conditions.</li>
<li><a
href="181f9918bc"><code>181f991</code></a>
Use <code>ASTHelpers.enclosingClass</code>.</li>
<li><a
href="360ed99da2"><code>360ed99</code></a>
Don't generate a &quot;Suppression&quot; section that recommends
`@SuppressWarnings(&quot;Ch...</li>
<li><a
href="c06c7b8b6e"><code>c06c7b8</code></a>
Look for infinite recursion in the first statement of multi-statement
methods.</li>
<li><a
href="0f5753f67b"><code>0f5753f</code></a>
Reverse Yoda conditions in EP.</li>
<li><a
href="f36a502b5f"><code>f36a502</code></a>
Make MemoizeConstantVisitorStateLookups check suppressible</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.17.0...v2.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `error_prone_core` from 2.17.0 to 2.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/error-prone/releases">error_prone_core's
releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.18.0</h2>
<p>New Checkers:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/InjectOnBugCheckers"><code>InjectOnBugCheckers</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/LabelledBreakTarget"><code>LabelledBreakTarget</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/UnusedLabel"><code>UnusedLabel</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/YodaCondition"><code>YodaCondition</code></a></li>
</ul>
<p>Fixes issues: <a
href="https://github-redirect.dependabot.com/google/error-prone/issues/1650">#1650</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/2706">#2706</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3404">#3404</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3493">#3493</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3504">#3504</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3519">#3519</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3579">#3579</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3610">#3610</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3632">#3632</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3638">#3638</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3645">#3645</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3646">#3646</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3652">#3652</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3690">#3690</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/error-prone/compare/v2.17.0...v2.18.0">https://github.com/google/error-prone/compare/v2.17.0...v2.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="34730decfe"><code>34730de</code></a>
Release Error Prone 2.18.0</li>
<li><a
href="ee1e7778d3"><code>ee1e777</code></a>
Remove <code>DoNoCall</code> flags for checking <code>Thread.run</code>
and various <code>getClass</code> meth...</li>
<li><a
href="bb9ede9f25"><code>bb9ede9</code></a>
Delete dependabot.yml</li>
<li><a
href="7f459e14cd"><code>7f459e1</code></a>
Refaster: support method invocation type argument inlining</li>
<li><a
href="a57309b018"><code>a57309b</code></a>
Add a check to reverse Yoda conditions.</li>
<li><a
href="181f9918bc"><code>181f991</code></a>
Use <code>ASTHelpers.enclosingClass</code>.</li>
<li><a
href="360ed99da2"><code>360ed99</code></a>
Don't generate a &quot;Suppression&quot; section that recommends
`@SuppressWarnings(&quot;Ch...</li>
<li><a
href="c06c7b8b6e"><code>c06c7b8</code></a>
Look for infinite recursion in the first statement of multi-statement
methods.</li>
<li><a
href="0f5753f67b"><code>0f5753f</code></a>
Reverse Yoda conditions in EP.</li>
<li><a
href="f36a502b5f"><code>f36a502</code></a>
Make MemoizeConstantVisitorStateLookups check suppressible</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.17.0...v2.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `error_prone_test_helpers` from 2.17.0 to 2.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/error-prone/releases">error_prone_test_helpers's
releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.18.0</h2>
<p>New Checkers:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/InjectOnBugCheckers"><code>InjectOnBugCheckers</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/LabelledBreakTarget"><code>LabelledBreakTarget</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/UnusedLabel"><code>UnusedLabel</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/YodaCondition"><code>YodaCondition</code></a></li>
</ul>
<p>Fixes issues: <a
href="https://github-redirect.dependabot.com/google/error-prone/issues/1650">#1650</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/2706">#2706</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3404">#3404</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3493">#3493</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3504">#3504</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3519">#3519</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3579">#3579</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3610">#3610</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3632">#3632</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3638">#3638</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3645">#3645</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3646">#3646</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3652">#3652</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3690">#3690</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/error-prone/compare/v2.17.0...v2.18.0">https://github.com/google/error-prone/compare/v2.17.0...v2.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="34730decfe"><code>34730de</code></a>
Release Error Prone 2.18.0</li>
<li><a
href="ee1e7778d3"><code>ee1e777</code></a>
Remove <code>DoNoCall</code> flags for checking <code>Thread.run</code>
and various <code>getClass</code> meth...</li>
<li><a
href="bb9ede9f25"><code>bb9ede9</code></a>
Delete dependabot.yml</li>
<li><a
href="7f459e14cd"><code>7f459e1</code></a>
Refaster: support method invocation type argument inlining</li>
<li><a
href="a57309b018"><code>a57309b</code></a>
Add a check to reverse Yoda conditions.</li>
<li><a
href="181f9918bc"><code>181f991</code></a>
Use <code>ASTHelpers.enclosingClass</code>.</li>
<li><a
href="360ed99da2"><code>360ed99</code></a>
Don't generate a &quot;Suppression&quot; section that recommends
`@SuppressWarnings(&quot;Ch...</li>
<li><a
href="c06c7b8b6e"><code>c06c7b8</code></a>
Look for infinite recursion in the first statement of multi-statement
methods.</li>
<li><a
href="0f5753f67b"><code>0f5753f</code></a>
Reverse Yoda conditions in EP.</li>
<li><a
href="f36a502b5f"><code>f36a502</code></a>
Make MemoizeConstantVisitorStateLookups check suppressible</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.17.0...v2.18.0">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-01-11 20:25:46 -08:00
dependabot[bot] c79bfcaafe
Bump junit-bom from 5.9.1 to 5.9.2 (#7542)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to
5.9.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junit-team/junit5/releases">junit-bom's
releases</a>.</em></p>
<blockquote>
<p>JUnit 5.9.2 = Platform 1.9.2 + Jupiter 5.9.2 + Vintage 5.9.2</p>
<p>See <a
href="http://junit.org/junit5/docs/5.9.2/release-notes/">Release
Notes</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8ed3c66c7e"><code>8ed3c66</code></a>
Release 5.9.2</li>
<li><a
href="742f99fcce"><code>742f99f</code></a>
Prepare 5.9.2 release notes</li>
<li><a
href="a9a3cf5fb7"><code>a9a3cf5</code></a>
Fix bug and polish contribution</li>
<li><a
href="825ea38857"><code>825ea38</code></a>
Introduce new <code>@MethodSource</code> syntax to differentiate
overloaded local factor...</li>
<li><a
href="0c40f5ef05"><code>0c40f5e</code></a>
Polish Javadoc</li>
<li><a
href="7d54016421"><code>7d54016</code></a>
Update codecov-action</li>
<li><a
href="bfeeac4d41"><code>bfeeac4</code></a>
Remove duplicate copyright comment</li>
<li><a
href="b0d9083315"><code>b0d9083</code></a>
Format integration test projects with Spotless as well</li>
<li><a
href="c4ed325cb2"><code>c4ed325</code></a>
Update copyright</li>
<li><a
href="0e3a1d32e5"><code>0e3a1d3</code></a>
Update upload-artifact action</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit:junit-bom&package-manager=gradle&previous-version=5.9.1&new-version=5.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 08:59:57 +01:00
Mateusz Rzeszutek 99060ef731
Bump OTel SDK version to 1.22 (#7530)
Supersedes
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7524
Supersedes
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7523
Supersedes
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7528
Supersedes
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7529
2023-01-09 08:45:52 -08:00
dependabot[bot] 7b0e617c46
Bump assertj-core from 3.23.1 to 3.24.1 (#7527)
Bumps assertj-core from 3.23.1 to 3.24.1.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-core&package-manager=gradle&previous-version=3.23.1&new-version=3.24.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 23:09:15 +00:00
dependabot[bot] f05420e4e9
Bump nullaway from 0.10.6 to 0.10.7 (#7513)
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.6 to
0.10.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.7</h2>
<p>(Bug fix release)</p>
<ul>
<li>Resolve regression for type annotations directly on inner types. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/706">#706</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="09fa6a6c93"><code>09fa6a6</code></a>
Prepare for release 0.10.7.</li>
<li><a
href="c5e1a799e9"><code>c5e1a79</code></a>
Resolve regression for type annotations directly on inner types. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/706">#706</a>)</li>
<li><a
href="d6d2978094"><code>d6d2978</code></a>
Prepare next development version.</li>
<li>See full diff in <a
href="https://github.com/uber/NullAway/compare/v0.10.6...v0.10.7">compare
view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 13:44:51 -08:00
dependabot[bot] 0a045e3a00
Bump errorProneVersion from 2.16 to 2.17.0 (#7489)
Bumps `errorProneVersion` from 2.16 to 2.17.0.
Updates `error_prone_annotations` from 2.16 to 2.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/error-prone/releases">error_prone_annotations's
releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.17.0</h2>
<p>New Checkers:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/AvoidObjectArrays"><code>AvoidObjectArrays</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/Finalize"><code>Finalize</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/IgnoredPureGetter"><code>IgnoredPureGetter</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/ProtoFieldNullComparison"><code>ImpossibleNullComparison</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/MathAbsoluteNegative"><code>MathAbsoluteNegative</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/NewFileSystem"><code>NewFileSystem</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch"><code>StatementSwitchToExpressionSwitch</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/UnqualifiedYield"><code>UnqualifiedYield</code></a></li>
</ul>
<p>Fixed issues: <a
href="https://github-redirect.dependabot.com/google/error-prone/issues/2321">#2321</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3144">#3144</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3297">#3297</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3428">#3428</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3437">#3437</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3462">#3462</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3482">#3482</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3494">#3494</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/error-prone/compare/v2.16...v2.17.0">https://github.com/google/error-prone/compare/v2.16...v2.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="27de40ba60"><code>27de40b</code></a>
Release Error Prone 2.17.0</li>
<li><a
href="bcf4dcf764"><code>bcf4dcf</code></a>
Optimize checks that report exactly the same fix in multiple
diagnostics, lik...</li>
<li><a
href="8ddb7cbb05"><code>8ddb7cb</code></a>
Record Error Prone initialization time</li>
<li><a
href="1d23141bd7"><code>1d23141</code></a>
Do the expensive bit last in UnusedMethod.</li>
<li><a
href="e3602572b0"><code>e360257</code></a>
Fix yet another NonCanonicalType crash</li>
<li><a
href="5768290a15"><code>5768290</code></a>
Make UnusedMethod recognize com.google.acai annotations,
com.google.caliper.B...</li>
<li><a
href="7340bdf01d"><code>7340bdf</code></a>
Audit EP checks for argumentless mock().</li>
<li><a
href="b92c9b1b55"><code>b92c9b1</code></a>
Rip out GuardedBy:CheckMemberReferences.</li>
<li><a
href="63fb30be3f"><code>63fb30b</code></a>
Have InvalidLink provide a hint about erasure if it sees &lt; in an
invalid meth...</li>
<li><a
href="4a5fd7bd5a"><code>4a5fd7b</code></a>
Suppress FieldCanBeLocal based on unused prefices.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.16...v2.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `error_prone_core` from 2.16 to 2.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/error-prone/releases">error_prone_core's
releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.17.0</h2>
<p>New Checkers:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/AvoidObjectArrays"><code>AvoidObjectArrays</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/Finalize"><code>Finalize</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/IgnoredPureGetter"><code>IgnoredPureGetter</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/ProtoFieldNullComparison"><code>ImpossibleNullComparison</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/MathAbsoluteNegative"><code>MathAbsoluteNegative</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/NewFileSystem"><code>NewFileSystem</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch"><code>StatementSwitchToExpressionSwitch</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/UnqualifiedYield"><code>UnqualifiedYield</code></a></li>
</ul>
<p>Fixed issues: <a
href="https://github-redirect.dependabot.com/google/error-prone/issues/2321">#2321</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3144">#3144</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3297">#3297</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3428">#3428</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3437">#3437</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3462">#3462</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3482">#3482</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3494">#3494</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/error-prone/compare/v2.16...v2.17.0">https://github.com/google/error-prone/compare/v2.16...v2.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="27de40ba60"><code>27de40b</code></a>
Release Error Prone 2.17.0</li>
<li><a
href="bcf4dcf764"><code>bcf4dcf</code></a>
Optimize checks that report exactly the same fix in multiple
diagnostics, lik...</li>
<li><a
href="8ddb7cbb05"><code>8ddb7cb</code></a>
Record Error Prone initialization time</li>
<li><a
href="1d23141bd7"><code>1d23141</code></a>
Do the expensive bit last in UnusedMethod.</li>
<li><a
href="e3602572b0"><code>e360257</code></a>
Fix yet another NonCanonicalType crash</li>
<li><a
href="5768290a15"><code>5768290</code></a>
Make UnusedMethod recognize com.google.acai annotations,
com.google.caliper.B...</li>
<li><a
href="7340bdf01d"><code>7340bdf</code></a>
Audit EP checks for argumentless mock().</li>
<li><a
href="b92c9b1b55"><code>b92c9b1</code></a>
Rip out GuardedBy:CheckMemberReferences.</li>
<li><a
href="63fb30be3f"><code>63fb30b</code></a>
Have InvalidLink provide a hint about erasure if it sees &lt; in an
invalid meth...</li>
<li><a
href="4a5fd7bd5a"><code>4a5fd7b</code></a>
Suppress FieldCanBeLocal based on unused prefices.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.16...v2.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `error_prone_test_helpers` from 2.16 to 2.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/error-prone/releases">error_prone_test_helpers's
releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.17.0</h2>
<p>New Checkers:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/AvoidObjectArrays"><code>AvoidObjectArrays</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/Finalize"><code>Finalize</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/IgnoredPureGetter"><code>IgnoredPureGetter</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/ProtoFieldNullComparison"><code>ImpossibleNullComparison</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/MathAbsoluteNegative"><code>MathAbsoluteNegative</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/NewFileSystem"><code>NewFileSystem</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch"><code>StatementSwitchToExpressionSwitch</code></a></li>
<li><a
href="https://errorprone.info/bugpattern/UnqualifiedYield"><code>UnqualifiedYield</code></a></li>
</ul>
<p>Fixed issues: <a
href="https://github-redirect.dependabot.com/google/error-prone/issues/2321">#2321</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3144">#3144</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3297">#3297</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3428">#3428</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3437">#3437</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3462">#3462</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3482">#3482</a>,
<a
href="https://github-redirect.dependabot.com/google/error-prone/issues/3494">#3494</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/error-prone/compare/v2.16...v2.17.0">https://github.com/google/error-prone/compare/v2.16...v2.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="27de40ba60"><code>27de40b</code></a>
Release Error Prone 2.17.0</li>
<li><a
href="bcf4dcf764"><code>bcf4dcf</code></a>
Optimize checks that report exactly the same fix in multiple
diagnostics, lik...</li>
<li><a
href="8ddb7cbb05"><code>8ddb7cb</code></a>
Record Error Prone initialization time</li>
<li><a
href="1d23141bd7"><code>1d23141</code></a>
Do the expensive bit last in UnusedMethod.</li>
<li><a
href="e3602572b0"><code>e360257</code></a>
Fix yet another NonCanonicalType crash</li>
<li><a
href="5768290a15"><code>5768290</code></a>
Make UnusedMethod recognize com.google.acai annotations,
com.google.caliper.B...</li>
<li><a
href="7340bdf01d"><code>7340bdf</code></a>
Audit EP checks for argumentless mock().</li>
<li><a
href="b92c9b1b55"><code>b92c9b1</code></a>
Rip out GuardedBy:CheckMemberReferences.</li>
<li><a
href="63fb30be3f"><code>63fb30b</code></a>
Have InvalidLink provide a hint about erasure if it sees &lt; in an
invalid meth...</li>
<li><a
href="4a5fd7bd5a"><code>4a5fd7b</code></a>
Suppress FieldCanBeLocal based on unused prefices.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.16...v2.17.0">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-01-03 11:49:41 -08:00
dependabot[bot] c931d6586f
Bump nullaway from 0.10.5 to 0.10.6 (#7490)
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.5 to
0.10.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.6</h2>
<ul>
<li>Handle BITWISE_COMPLEMENT operator (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/696">#696</a>)</li>
<li>Add support for AssertJ (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/698">#698</a>)</li>
<li>Fix logic for <a
href="https://github.com/Nullable"><code>@​Nullable</code></a>
annotation on type parameter (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/702">#702</a>)</li>
<li>Preserve nullness checks in final fields when propagating nullness
into inner contexts (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/703">#703</a>)</li>
<li>NullAwayInfer/Annotator data serialization support [experimental]
<ul>
<li>Add source offset and path to reported errors in error
serialization. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/704">#704</a>)</li>
</ul>
</li>
<li>Build / CI tooling for NullAway itself:
<ul>
<li>[Jspecify] Update test dep to final JSpecify 0.3.0 release (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/700">#700</a>)
= Intermediate PRs: 0.3.0-alpha-3 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/692">#692</a>),
0.3-alpha2 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/691">#691</a>)</li>
<li>Update to Gradle 7.6 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/690">#690</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ebba16f0d7"><code>ebba16f</code></a>
Prepare for release 0.10.6.</li>
<li><a
href="e83747a023"><code>e83747a</code></a>
Add source offset and path to reported errors in error serialization.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/704">#704</a>)</li>
<li><a
href="f002f60ba7"><code>f002f60</code></a>
Preserve nullness checks in final fields when propagating nullness into
inner...</li>
<li><a
href="5ccffb539f"><code>5ccffb5</code></a>
Fix logic for <a
href="https://github.com/Nullable"><code>@​Nullable</code></a>
annotation on type parameter (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/702">#702</a>)</li>
<li><a
href="c1427dadbc"><code>c1427da</code></a>
Update test dep to final JSpecify 0.3.0 release (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/700">#700</a>)</li>
<li><a
href="23dd6cc51d"><code>23dd6cc</code></a>
Add support for AssertJ (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/698">#698</a>)</li>
<li><a
href="ce632245c8"><code>ce63224</code></a>
Handle BITWISE_COMPLEMENT operator (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/696">#696</a>)</li>
<li><a
href="edef55a742"><code>edef55a</code></a>
Remove &quot;Gradle&quot; from CI job step names (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/693">#693</a>)</li>
<li><a
href="f6408c6f14"><code>f6408c6</code></a>
Update to JSpecify 0.3.0-alpha-3 annotations (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/692">#692</a>)</li>
<li><a
href="dafe8cb3bb"><code>dafe8cb</code></a>
Update to JSpecify 0.3-alpha2 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/691">#691</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber/NullAway/compare/v0.10.5...v0.10.6">compare
view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-31 10:18:31 +02:00
dependabot[bot] f479d9b93a
Bump mockitoVersion from 4.10.0 to 4.11.0 (#7480)
Bumps `mockitoVersion` from 4.10.0 to 4.11.0.
Updates `mockito-core` from 4.10.0 to 4.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockito/mockito/releases">mockito-core's
releases</a>.</em></p>
<blockquote>
<h2>v4.11.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog
generated by <a
href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog
Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted
--></p>
<h4>4.11.0</h4>
<ul>
<li>2022-12-28 - <a
href="https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0">1
commit(s)</a> by Andy Coates</li>
<li>Improve vararg handling: approach 2 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2807">#2807</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2807">mockito/mockito#2807</a>)</li>
<li>Mocking varargs method with <code>any(String[].class)</code> doesn't
work as expected [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2796">#2796</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2796">mockito/mockito#2796</a>)</li>
<li>(Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs
[(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1498">#1498</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1498">mockito/mockito#1498</a>)</li>
<li>Cannot verify varargs parameter as an array [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1222">#1222</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1222">mockito/mockito#1222</a>)</li>
<li>ArgumentCaptor can't capture varargs-arrays [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/584">#584</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/584">mockito/mockito#584</a>)</li>
<li>Verification of an empty varargs call fails when isNotNull() is used
[(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/567">#567</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/567">mockito/mockito#567</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="483e15f9f9"><code>483e15f</code></a>
Add <code>type()</code> method to <code>ArgumentMatcher</code> (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2807">#2807</a>)</li>
<li>See full diff in <a
href="https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mockito-junit-jupiter` from 4.10.0 to 4.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockito/mockito/releases">mockito-junit-jupiter's
releases</a>.</em></p>
<blockquote>
<h2>v4.11.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog
generated by <a
href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog
Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted
--></p>
<h4>4.11.0</h4>
<ul>
<li>2022-12-28 - <a
href="https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0">1
commit(s)</a> by Andy Coates</li>
<li>Improve vararg handling: approach 2 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2807">#2807</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2807">mockito/mockito#2807</a>)</li>
<li>Mocking varargs method with <code>any(String[].class)</code> doesn't
work as expected [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2796">#2796</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2796">mockito/mockito#2796</a>)</li>
<li>(Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs
[(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1498">#1498</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1498">mockito/mockito#1498</a>)</li>
<li>Cannot verify varargs parameter as an array [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1222">#1222</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1222">mockito/mockito#1222</a>)</li>
<li>ArgumentCaptor can't capture varargs-arrays [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/584">#584</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/584">mockito/mockito#584</a>)</li>
<li>Verification of an empty varargs call fails when isNotNull() is used
[(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/567">#567</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/567">mockito/mockito#567</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="483e15f9f9"><code>483e15f</code></a>
Add <code>type()</code> method to <code>ArgumentMatcher</code> (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2807">#2807</a>)</li>
<li>See full diff in <a
href="https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mockito-inline` from 4.10.0 to 4.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockito/mockito/releases">mockito-inline's
releases</a>.</em></p>
<blockquote>
<h2>v4.11.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog
generated by <a
href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog
Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted
--></p>
<h4>4.11.0</h4>
<ul>
<li>2022-12-28 - <a
href="https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0">1
commit(s)</a> by Andy Coates</li>
<li>Improve vararg handling: approach 2 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2807">#2807</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2807">mockito/mockito#2807</a>)</li>
<li>Mocking varargs method with <code>any(String[].class)</code> doesn't
work as expected [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2796">#2796</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2796">mockito/mockito#2796</a>)</li>
<li>(Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs
[(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1498">#1498</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1498">mockito/mockito#1498</a>)</li>
<li>Cannot verify varargs parameter as an array [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1222">#1222</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/1222">mockito/mockito#1222</a>)</li>
<li>ArgumentCaptor can't capture varargs-arrays [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/584">#584</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/584">mockito/mockito#584</a>)</li>
<li>Verification of an empty varargs call fails when isNotNull() is used
[(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/567">#567</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/567">mockito/mockito#567</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="483e15f9f9"><code>483e15f</code></a>
Add <code>type()</code> method to <code>ArgumentMatcher</code> (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2807">#2807</a>)</li>
<li>See full diff in <a
href="https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-29 11:28:20 +00:00
Lauri Tulmin 87b31475ef
Update to groovy 4.0.7 (#7478)
Supersedes
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7473
2022-12-29 11:14:54 +01:00
dependabot[bot] a2b10c4c11
Bump opentelemetry-aws-xray-propagator from 1.20.1-alpha to 1.21.0-alpha (#7432)
Bumps
[opentelemetry-aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib)
from 1.20.1-alpha to 1.21.0-alpha.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-java-contrib/releases">opentelemetry-aws-xray-propagator's
releases</a>.</em></p>
<blockquote>
<h2>Version 1.20.1</h2>
<p>This is a patch release on the previous 1.20.0 release, fixing the
issue(s) below.</p>
<h3>🛠️ Bug fixes</h3>
<ul>
<li>Previously targeted OpenTelemetry Instrumentation version had never
been updated to target OpenTelemetry SDK 1.20</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md">opentelemetry-aws-xray-propagator's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>Unreleased</h2>
<h2>Version 1.21.0 (2022-12-15)</h2>
<h3>JFR streaming</h3>
<ul>
<li>Update handlers in jfr-streaming to match spec
(<a
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/616">#616</a>)</li>
</ul>
<h2>Version 1.20.1 (2022-11-22)</h2>
<h3>🛠️ Bug fixes</h3>
<ul>
<li>Previously targeted OpenTelemetry Instrumentation version had never
been updated to target
OpenTelemetry SDK 1.20</li>
</ul>
<h2>Version 1.20.0 (2022-11-17)</h2>
<h3>AWS X-Ray propagator</h3>
<ul>
<li>Move io.opentelemetry:opentelemetry-extension-aws to contrib
(<a
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/547">#547</a>)</li>
</ul>
<h3>JFR streaming</h3>
<ul>
<li>Thread count and classes loaded handlers
(<a
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/571">#571</a>)</li>
</ul>
<h3>Resource providers</h3>
<ul>
<li>Webapp service name detector
(<a
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/562">#562</a>)</li>
<li>Glassfish service name detector
(<a
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/579">#579</a>)</li>
<li>Add remaining app server service name detectors
(<a
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/583">#583</a>)</li>
</ul>
<h2>Version 1.19.1 (2022-10-16)</h2>
<h3>AWS resources</h3>
<ul>
<li>Fixed artifact
<code>io.opentelemetry.contrib:opentelemetry-aws-resources</code> not
being published to
maven central
(<a
href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-java-contrib/pull/535">#535</a>)</li>
</ul>
<h2>Version 1.19.0 (2022-10-14)</h2>
<h3>Runtime attach</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/open-telemetry/opentelemetry-java-contrib/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry.contrib:opentelemetry-aws-xray-propagator&package-manager=gradle&previous-version=1.20.1-alpha&new-version=1.21.0-alpha)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-12-16 10:55:54 +00:00
dependabot[bot] 374b9458bf
Bump mockitoVersion from 4.9.0 to 4.10.0 (#7429)
Bumps `mockitoVersion` from 4.9.0 to 4.10.0.
Updates `mockito-core` from 4.9.0 to 4.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockito/mockito/releases">mockito-core's
releases</a>.</em></p>
<blockquote>
<h2>v4.10.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog
generated by <a
href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog
Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted
--></p>
<h4>4.10.0</h4>
<ul>
<li>2022-12-14 - <a
href="https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0">13
commit(s)</a> by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher
Lambert, Marcono1234, Vladimir Glinskikh, dependabot[bot]</li>
<li>Add new artifact mockito-subclass (to use mock-maker-subclass
MockMaker) [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2821">#2821</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2821">mockito/mockito#2821</a>)</li>
<li>Bump gradle from 7.5.1 to 7.6 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2817">#2817</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2817">mockito/mockito#2817</a>)</li>
<li>Fix incorrect Javadoc inline tag for MockitoJUnitRunner [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2816">#2816</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2816">mockito/mockito#2816</a>)</li>
<li>Bump shipkit-auto-version from 1.2.1 to 1.2.2 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2811">#2811</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2811">mockito/mockito#2811</a>)</li>
<li>Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2810">#2810</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2810">mockito/mockito#2810</a>)</li>
<li>Bump kotlinVersion from 1.7.21 to 1.7.22 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2809">#2809</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2809">mockito/mockito#2809</a>)</li>
<li>Bump junit from 1.1.3 to 1.1.4 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2806">#2806</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2806">mockito/mockito#2806</a>)</li>
<li>Simplify <code>MatcherApplicationStrategy</code> [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2803">#2803</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2803">mockito/mockito#2803</a>)</li>
<li>Bump kotlinVersion from 1.7.10 to 1.7.21 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2801">#2801</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2801">mockito/mockito#2801</a>)</li>
<li>Bump espresso-core from 3.4.0 to 3.5.0 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2800">#2800</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2800">mockito/mockito#2800</a>)</li>
<li>Bump versions.bytebuddy from 1.12.16 to 1.12.19 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2799">#2799</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2799">mockito/mockito#2799</a>)</li>
<li>Upgrade errorprone from 2.14.0 to 2.16 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2794">#2794</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2794">mockito/mockito#2794</a>)</li>
<li>automatically detect class to mock [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2779">#2779</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2779">mockito/mockito#2779</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a4e2e48507"><code>a4e2e48</code></a>
Add <code>mockito-subclass</code> artifact (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2821">#2821</a>)</li>
<li><a
href="e2e6289185"><code>e2e6289</code></a>
Bump gradle from 7.5.1 to 7.6 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2817">#2817</a>)</li>
<li><a
href="ee9ba749fe"><code>ee9ba74</code></a>
Fix incorrect Javadoc inline tag for MockitoJUnitRunner (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2816">#2816</a>)</li>
<li><a
href="2567f050f1"><code>2567f05</code></a>
Bump shipkit-auto-version from 1.2.1 to 1.2.2 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2811">#2811</a>)</li>
<li><a
href="bdcb31e34c"><code>bdcb31e</code></a>
Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2810">#2810</a>)</li>
<li><a
href="34b8a8db64"><code>34b8a8d</code></a>
Bump kotlinVersion from 1.7.21 to 1.7.22 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2809">#2809</a>)</li>
<li><a
href="83a41fdff1"><code>83a41fd</code></a>
Bump junit from 1.1.3 to 1.1.4 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2806">#2806</a>)</li>
<li><a
href="8f4af189a9"><code>8f4af18</code></a>
Simplify <code>MatcherApplicationStrategy</code> (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2803">#2803</a>)</li>
<li><a
href="0ce902af96"><code>0ce902a</code></a>
Bump kotlinVersion from 1.7.10 to 1.7.21 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2801">#2801</a>)</li>
<li><a
href="a8af0426e5"><code>a8af042</code></a>
Bump espresso-core from 3.4.0 to 3.5.0 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2800">#2800</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mockito-junit-jupiter` from 4.9.0 to 4.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockito/mockito/releases">mockito-junit-jupiter's
releases</a>.</em></p>
<blockquote>
<h2>v4.10.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog
generated by <a
href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog
Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted
--></p>
<h4>4.10.0</h4>
<ul>
<li>2022-12-14 - <a
href="https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0">13
commit(s)</a> by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher
Lambert, Marcono1234, Vladimir Glinskikh, dependabot[bot]</li>
<li>Add new artifact mockito-subclass (to use mock-maker-subclass
MockMaker) [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2821">#2821</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2821">mockito/mockito#2821</a>)</li>
<li>Bump gradle from 7.5.1 to 7.6 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2817">#2817</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2817">mockito/mockito#2817</a>)</li>
<li>Fix incorrect Javadoc inline tag for MockitoJUnitRunner [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2816">#2816</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2816">mockito/mockito#2816</a>)</li>
<li>Bump shipkit-auto-version from 1.2.1 to 1.2.2 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2811">#2811</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2811">mockito/mockito#2811</a>)</li>
<li>Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2810">#2810</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2810">mockito/mockito#2810</a>)</li>
<li>Bump kotlinVersion from 1.7.21 to 1.7.22 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2809">#2809</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2809">mockito/mockito#2809</a>)</li>
<li>Bump junit from 1.1.3 to 1.1.4 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2806">#2806</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2806">mockito/mockito#2806</a>)</li>
<li>Simplify <code>MatcherApplicationStrategy</code> [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2803">#2803</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2803">mockito/mockito#2803</a>)</li>
<li>Bump kotlinVersion from 1.7.10 to 1.7.21 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2801">#2801</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2801">mockito/mockito#2801</a>)</li>
<li>Bump espresso-core from 3.4.0 to 3.5.0 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2800">#2800</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2800">mockito/mockito#2800</a>)</li>
<li>Bump versions.bytebuddy from 1.12.16 to 1.12.19 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2799">#2799</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2799">mockito/mockito#2799</a>)</li>
<li>Upgrade errorprone from 2.14.0 to 2.16 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2794">#2794</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2794">mockito/mockito#2794</a>)</li>
<li>automatically detect class to mock [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2779">#2779</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2779">mockito/mockito#2779</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a4e2e48507"><code>a4e2e48</code></a>
Add <code>mockito-subclass</code> artifact (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2821">#2821</a>)</li>
<li><a
href="e2e6289185"><code>e2e6289</code></a>
Bump gradle from 7.5.1 to 7.6 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2817">#2817</a>)</li>
<li><a
href="ee9ba749fe"><code>ee9ba74</code></a>
Fix incorrect Javadoc inline tag for MockitoJUnitRunner (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2816">#2816</a>)</li>
<li><a
href="2567f050f1"><code>2567f05</code></a>
Bump shipkit-auto-version from 1.2.1 to 1.2.2 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2811">#2811</a>)</li>
<li><a
href="bdcb31e34c"><code>bdcb31e</code></a>
Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2810">#2810</a>)</li>
<li><a
href="34b8a8db64"><code>34b8a8d</code></a>
Bump kotlinVersion from 1.7.21 to 1.7.22 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2809">#2809</a>)</li>
<li><a
href="83a41fdff1"><code>83a41fd</code></a>
Bump junit from 1.1.3 to 1.1.4 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2806">#2806</a>)</li>
<li><a
href="8f4af189a9"><code>8f4af18</code></a>
Simplify <code>MatcherApplicationStrategy</code> (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2803">#2803</a>)</li>
<li><a
href="0ce902af96"><code>0ce902a</code></a>
Bump kotlinVersion from 1.7.10 to 1.7.21 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2801">#2801</a>)</li>
<li><a
href="a8af0426e5"><code>a8af042</code></a>
Bump espresso-core from 3.4.0 to 3.5.0 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2800">#2800</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `mockito-inline` from 4.9.0 to 4.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockito/mockito/releases">mockito-inline's
releases</a>.</em></p>
<blockquote>
<h2>v4.10.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog
generated by <a
href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog
Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted
--></p>
<h4>4.10.0</h4>
<ul>
<li>2022-12-14 - <a
href="https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0">13
commit(s)</a> by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher
Lambert, Marcono1234, Vladimir Glinskikh, dependabot[bot]</li>
<li>Add new artifact mockito-subclass (to use mock-maker-subclass
MockMaker) [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2821">#2821</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2821">mockito/mockito#2821</a>)</li>
<li>Bump gradle from 7.5.1 to 7.6 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2817">#2817</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2817">mockito/mockito#2817</a>)</li>
<li>Fix incorrect Javadoc inline tag for MockitoJUnitRunner [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2816">#2816</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2816">mockito/mockito#2816</a>)</li>
<li>Bump shipkit-auto-version from 1.2.1 to 1.2.2 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2811">#2811</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2811">mockito/mockito#2811</a>)</li>
<li>Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2810">#2810</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2810">mockito/mockito#2810</a>)</li>
<li>Bump kotlinVersion from 1.7.21 to 1.7.22 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2809">#2809</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2809">mockito/mockito#2809</a>)</li>
<li>Bump junit from 1.1.3 to 1.1.4 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2806">#2806</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2806">mockito/mockito#2806</a>)</li>
<li>Simplify <code>MatcherApplicationStrategy</code> [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2803">#2803</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2803">mockito/mockito#2803</a>)</li>
<li>Bump kotlinVersion from 1.7.10 to 1.7.21 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2801">#2801</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2801">mockito/mockito#2801</a>)</li>
<li>Bump espresso-core from 3.4.0 to 3.5.0 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2800">#2800</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2800">mockito/mockito#2800</a>)</li>
<li>Bump versions.bytebuddy from 1.12.16 to 1.12.19 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2799">#2799</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2799">mockito/mockito#2799</a>)</li>
<li>Upgrade errorprone from 2.14.0 to 2.16 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2794">#2794</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2794">mockito/mockito#2794</a>)</li>
<li>automatically detect class to mock [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2779">#2779</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2779">mockito/mockito#2779</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a4e2e48507"><code>a4e2e48</code></a>
Add <code>mockito-subclass</code> artifact (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2821">#2821</a>)</li>
<li><a
href="e2e6289185"><code>e2e6289</code></a>
Bump gradle from 7.5.1 to 7.6 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2817">#2817</a>)</li>
<li><a
href="ee9ba749fe"><code>ee9ba74</code></a>
Fix incorrect Javadoc inline tag for MockitoJUnitRunner (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2816">#2816</a>)</li>
<li><a
href="2567f050f1"><code>2567f05</code></a>
Bump shipkit-auto-version from 1.2.1 to 1.2.2 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2811">#2811</a>)</li>
<li><a
href="bdcb31e34c"><code>bdcb31e</code></a>
Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2810">#2810</a>)</li>
<li><a
href="34b8a8db64"><code>34b8a8d</code></a>
Bump kotlinVersion from 1.7.21 to 1.7.22 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2809">#2809</a>)</li>
<li><a
href="83a41fdff1"><code>83a41fd</code></a>
Bump junit from 1.1.3 to 1.1.4 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2806">#2806</a>)</li>
<li><a
href="8f4af189a9"><code>8f4af18</code></a>
Simplify <code>MatcherApplicationStrategy</code> (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2803">#2803</a>)</li>
<li><a
href="0ce902af96"><code>0ce902a</code></a>
Bump kotlinVersion from 1.7.10 to 1.7.21 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2801">#2801</a>)</li>
<li><a
href="a8af0426e5"><code>a8af042</code></a>
Bump espresso-core from 3.4.0 to 3.5.0 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2800">#2800</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 10:49:50 +01:00
dependabot[bot] 35c1b73168
Bump byteBuddyVersion from 1.12.19 to 1.12.20 (#7430)
Bumps `byteBuddyVersion` from 1.12.19 to 1.12.20.
Updates `byte-buddy` from 1.12.19 to 1.12.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.20</h2>
<ul>
<li>Avoid stack overflow error when type variable cannot be resolve
during error message generation.</li>
<li>Allow dumping error message to file when remote attach fails.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f04e2e41a2"><code>f04e2e4</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.20</li>
<li><a
href="a421cf6671"><code>a421cf6</code></a>
[release] Release new version</li>
<li><a
href="fc5a461d6f"><code>fc5a461</code></a>
[release] Release new version</li>
<li><a
href="810dcb131d"><code>810dcb1</code></a>
Avoid default encoding.</li>
<li><a
href="40e57d6639"><code>40e57d6</code></a>
Avoid method not supported in Java 5.</li>
<li><a
href="44f4ad2666"><code>44f4ad2</code></a>
Change comment.</li>
<li><a
href="a55ed2ccbe"><code>a55ed2c</code></a>
Add property that allows dumping an error message to a file location for
the ...</li>
<li><a
href="c912dcf40c"><code>c912dcf</code></a>
Avoid stack overflow when type variables cannot be found.</li>
<li><a
href="d3145c8365"><code>d3145c8</code></a>
Avoid current.year option for substitution.</li>
<li><a
href="f78056f870"><code>f78056f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.19...byte-buddy-1.12.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `byte-buddy-dep` from 1.12.19 to 1.12.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy-dep's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.20</h2>
<ul>
<li>Avoid stack overflow error when type variable cannot be resolve
during error message generation.</li>
<li>Allow dumping error message to file when remote attach fails.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy-dep's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f04e2e41a2"><code>f04e2e4</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.20</li>
<li><a
href="a421cf6671"><code>a421cf6</code></a>
[release] Release new version</li>
<li><a
href="fc5a461d6f"><code>fc5a461</code></a>
[release] Release new version</li>
<li><a
href="810dcb131d"><code>810dcb1</code></a>
Avoid default encoding.</li>
<li><a
href="40e57d6639"><code>40e57d6</code></a>
Avoid method not supported in Java 5.</li>
<li><a
href="44f4ad2666"><code>44f4ad2</code></a>
Change comment.</li>
<li><a
href="a55ed2ccbe"><code>a55ed2c</code></a>
Add property that allows dumping an error message to a file location for
the ...</li>
<li><a
href="c912dcf40c"><code>c912dcf</code></a>
Avoid stack overflow when type variables cannot be found.</li>
<li><a
href="d3145c8365"><code>d3145c8</code></a>
Avoid current.year option for substitution.</li>
<li><a
href="f78056f870"><code>f78056f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.19...byte-buddy-1.12.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `byte-buddy-agent` from 1.12.19 to 1.12.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy-agent's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.20</h2>
<ul>
<li>Avoid stack overflow error when type variable cannot be resolve
during error message generation.</li>
<li>Allow dumping error message to file when remote attach fails.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy-agent's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f04e2e41a2"><code>f04e2e4</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.20</li>
<li><a
href="a421cf6671"><code>a421cf6</code></a>
[release] Release new version</li>
<li><a
href="fc5a461d6f"><code>fc5a461</code></a>
[release] Release new version</li>
<li><a
href="810dcb131d"><code>810dcb1</code></a>
Avoid default encoding.</li>
<li><a
href="40e57d6639"><code>40e57d6</code></a>
Avoid method not supported in Java 5.</li>
<li><a
href="44f4ad2666"><code>44f4ad2</code></a>
Change comment.</li>
<li><a
href="a55ed2ccbe"><code>a55ed2c</code></a>
Add property that allows dumping an error message to a file location for
the ...</li>
<li><a
href="c912dcf40c"><code>c912dcf</code></a>
Avoid stack overflow when type variables cannot be found.</li>
<li><a
href="d3145c8365"><code>d3145c8</code></a>
Avoid current.year option for substitution.</li>
<li><a
href="f78056f870"><code>f78056f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.19...byte-buddy-1.12.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `byte-buddy-gradle-plugin` from 1.12.19 to 1.12.20


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-12-15 22:33:09 +00:00
dependabot[bot] 63202b5d0a
Bump slf4jVersion from 2.0.5 to 2.0.6 (#7408)
Bumps `slf4jVersion` from 2.0.5 to 2.0.6.
Updates `slf4j-api` from 2.0.5 to 2.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5ff6f2c385"><code>5ff6f2c</code></a>
prepare for release 2.0.6</li>
<li><a
href="2f4aa75445"><code>2f4aa75</code></a>
fix SLF4J-575</li>
<li><a
href="363f0a534e"><code>363f0a5</code></a>
remove unused parts</li>
<li><a
href="171679baa8"><code>171679b</code></a>
SLF4J-574: Add full OSGi headers, especially &quot;uses&quot;
clauses</li>
<li><a
href="921b5b31e1"><code>921b5b3</code></a>
fix FUNDING file</li>
<li><a
href="e02244c39f"><code>e02244c</code></a>
fix FUNDING file</li>
<li><a
href="441d4584be"><code>441d458</code></a>
fix FUNDING file</li>
<li><a
href="f5e741ba1a"><code>f5e741b</code></a>
add FUNDING file</li>
<li><a
href="2e71327c8e"><code>2e71327</code></a>
remove unused log4j dependency in the version definition section of
pom.xml</li>
<li><a
href="3ff2a30e05"><code>3ff2a30</code></a>
start work on 2.0.6-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/qos-ch/slf4j/compare/v_2.0.5...v_2.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `slf4j-simple` from 2.0.5 to 2.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5ff6f2c385"><code>5ff6f2c</code></a>
prepare for release 2.0.6</li>
<li><a
href="2f4aa75445"><code>2f4aa75</code></a>
fix SLF4J-575</li>
<li><a
href="363f0a534e"><code>363f0a5</code></a>
remove unused parts</li>
<li><a
href="171679baa8"><code>171679b</code></a>
SLF4J-574: Add full OSGi headers, especially &quot;uses&quot;
clauses</li>
<li><a
href="921b5b31e1"><code>921b5b3</code></a>
fix FUNDING file</li>
<li><a
href="e02244c39f"><code>e02244c</code></a>
fix FUNDING file</li>
<li><a
href="441d4584be"><code>441d458</code></a>
fix FUNDING file</li>
<li><a
href="f5e741ba1a"><code>f5e741b</code></a>
add FUNDING file</li>
<li><a
href="2e71327c8e"><code>2e71327</code></a>
remove unused log4j dependency in the version definition section of
pom.xml</li>
<li><a
href="3ff2a30e05"><code>3ff2a30</code></a>
start work on 2.0.6-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/qos-ch/slf4j/compare/v_2.0.5...v_2.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `log4j-over-slf4j` from 2.0.5 to 2.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5ff6f2c385"><code>5ff6f2c</code></a>
prepare for release 2.0.6</li>
<li><a
href="2f4aa75445"><code>2f4aa75</code></a>
fix SLF4J-575</li>
<li><a
href="363f0a534e"><code>363f0a5</code></a>
remove unused parts</li>
<li><a
href="171679baa8"><code>171679b</code></a>
SLF4J-574: Add full OSGi headers, especially &quot;uses&quot;
clauses</li>
<li><a
href="921b5b31e1"><code>921b5b3</code></a>
fix FUNDING file</li>
<li><a
href="e02244c39f"><code>e02244c</code></a>
fix FUNDING file</li>
<li><a
href="441d4584be"><code>441d458</code></a>
fix FUNDING file</li>
<li><a
href="f5e741ba1a"><code>f5e741b</code></a>
add FUNDING file</li>
<li><a
href="2e71327c8e"><code>2e71327</code></a>
remove unused log4j dependency in the version definition section of
pom.xml</li>
<li><a
href="3ff2a30e05"><code>3ff2a30</code></a>
start work on 2.0.6-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/qos-ch/slf4j/compare/v_2.0.5...v_2.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `jcl-over-slf4j` from 2.0.5 to 2.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5ff6f2c385"><code>5ff6f2c</code></a>
prepare for release 2.0.6</li>
<li><a
href="2f4aa75445"><code>2f4aa75</code></a>
fix SLF4J-575</li>
<li><a
href="363f0a534e"><code>363f0a5</code></a>
remove unused parts</li>
<li><a
href="171679baa8"><code>171679b</code></a>
SLF4J-574: Add full OSGi headers, especially &quot;uses&quot;
clauses</li>
<li><a
href="921b5b31e1"><code>921b5b3</code></a>
fix FUNDING file</li>
<li><a
href="e02244c39f"><code>e02244c</code></a>
fix FUNDING file</li>
<li><a
href="441d4584be"><code>441d458</code></a>
fix FUNDING file</li>
<li><a
href="f5e741ba1a"><code>f5e741b</code></a>
add FUNDING file</li>
<li><a
href="2e71327c8e"><code>2e71327</code></a>
remove unused log4j dependency in the version definition section of
pom.xml</li>
<li><a
href="3ff2a30e05"><code>3ff2a30</code></a>
start work on 2.0.6-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/qos-ch/slf4j/compare/v_2.0.5...v_2.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `jul-to-slf4j` from 2.0.5 to 2.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5ff6f2c385"><code>5ff6f2c</code></a>
prepare for release 2.0.6</li>
<li><a
href="2f4aa75445"><code>2f4aa75</code></a>
fix SLF4J-575</li>
<li><a
href="363f0a534e"><code>363f0a5</code></a>
remove unused parts</li>
<li><a
href="171679baa8"><code>171679b</code></a>
SLF4J-574: Add full OSGi headers, especially &quot;uses&quot;
clauses</li>
<li><a
href="921b5b31e1"><code>921b5b3</code></a>
fix FUNDING file</li>
<li><a
href="e02244c39f"><code>e02244c</code></a>
fix FUNDING file</li>
<li><a
href="441d4584be"><code>441d458</code></a>
fix FUNDING file</li>
<li><a
href="f5e741ba1a"><code>f5e741b</code></a>
add FUNDING file</li>
<li><a
href="2e71327c8e"><code>2e71327</code></a>
remove unused log4j dependency in the version definition section of
pom.xml</li>
<li><a
href="3ff2a30e05"><code>3ff2a30</code></a>
start work on 2.0.6-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/qos-ch/slf4j/compare/v_2.0.5...v_2.0.6">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-12-14 09:37:25 +00:00
Lauri Tulmin f3a21e86f5
Allow disabling muzzle checks for specific methods (#7289)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/2556

https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7265
made me wonder whether it would help when we could sometimes skip muzzle
checks.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-12-12 21:18:17 +00:00
jason plumb 6679cc87d2
Update core to 1.21.0 and run license report (#7384) 2022-12-10 07:52:04 -08:00
dependabot[bot] b7a610e88d
Bump junit-pioneer from 1.9.0 to 1.9.1 (#7348) 2022-11-30 22:46:50 +00:00
Trask Stalnaker 238042afca
Remove scala from dependency management (#7296)
Will close #7216 after this is merged and that PR is rebased.

I tested and it does bring a few more scala versions into Intellij
without this, but scala is an odd case.
2022-11-29 07:55:35 -08:00
dependabot[bot] 011bc84dab
Bump slf4jVersion from 2.0.4 to 2.0.5 (#7325) 2022-11-29 00:47:33 +00:00
dependabot[bot] ac82016fdd
Bump opentelemetry-aws-xray-propagator from 1.20.0-alpha to 1.20.1-alpha in /dependencyManagement (#7280) 2022-11-23 07:57:33 +00:00
dependabot[bot] ec9f3df469
Bump jackson-bom from 2.14.0 to 2.14.1 in /dependencyManagement (#7279) 2022-11-23 00:25:35 +00:00
jack-berg 94ba33e395
Use contrib AwsXrayPropagator (#7234)
Reflects move of `AwsXrayPropagator` to
[opentelemetry-java-contrib/aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-xray-propagator).
2022-11-21 11:31:17 -08:00
dependabot[bot] d1058b81a9
Bump nullaway from 0.10.4 to 0.10.5 in /dependencyManagement (#7246)
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.4 to
0.10.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.5</h2>
<ul>
<li>Report more unboxing errors in a single compilation (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/686">#686</a>)</li>
<li>Remove AccessPath.getAccessPathForNodeNoMapGet (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/687">#687</a>)</li>
<li>NullAwayInfer/Annotator data serialization support [experimental]
<ul>
<li>Fix Serialization: Split field initialization region into smaller
regions (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/658">#658</a>)</li>
<li>Add serialization format version to fix serialization output (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/688">#688</a>)</li>
<li>Fix serialization field region computation bug fix (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/689">#689</a>)</li>
</ul>
</li>
<li>EXPERIMENTAL support for JSpecify's 0.3.0 annotations
<ul>
<li>[Jspecify] Update tests to JSpecify 0.3.0-alpha-1 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/673">#673</a>)</li>
<li>[Jspecify] Add checks for proper JSpecify generic type
instantiations (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/680">#680</a>)</li>
<li>(Note: Annotation support for generics is not complete/useful just
yet)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e499d237be"><code>e499d23</code></a>
Prepare for release 0.10.5.</li>
<li><a
href="dbf1506b85"><code>dbf1506</code></a>
Add checks for proper JSpecify generic type instantiations (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/680">#680</a>)</li>
<li><a
href="3da177ac5e"><code>3da177a</code></a>
Update to JSpecify 0.3.0-alpha-1 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/673">#673</a>)</li>
<li><a
href="b8dde69731"><code>b8dde69</code></a>
Fix serialization field region computation bug fix (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/689">#689</a>)</li>
<li><a
href="dd75827aa7"><code>dd75827</code></a>
Add serialization format version to fix serialization output (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/688">#688</a>)</li>
<li><a
href="eb62d5711b"><code>eb62d57</code></a>
Fix Serialization: Split field initialization region into smaller
regions (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/658">#658</a>)</li>
<li><a
href="19bbb91535"><code>19bbb91</code></a>
Remove <code>AccessPath.getAccessPathForNodeNoMapGet</code> (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/687">#687</a>)</li>
<li><a
href="93d4e79164"><code>93d4e79</code></a>
Report more unboxing errors in a single compilation (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/686">#686</a>)</li>
<li><a
href="01e2c29f06"><code>01e2c29</code></a>
Prepare next development version.</li>
<li>See full diff in <a
href="https://github.com/uber/NullAway/compare/v0.10.4...v0.10.5">compare
view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-19 17:27:37 +02:00
dependabot[bot] a146995cd4
Bump logback-classic from 1.3.4 to 1.3.5 in /dependencyManagement (#7244)
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.4 to
1.3.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dd4a0a8de7"><code>dd4a0a8</code></a>
preparfe release 1.3.5</li>
<li><a
href="4313ecb74e"><code>4313ecb</code></a>
fix LOGBACK-1698, [Nested appenders are not allowed] warning using
SiftingApp...</li>
<li><a
href="f22b07ae7a"><code>f22b07a</code></a>
align with 1.4 ordering of optional directive</li>
<li><a
href="08348646eb"><code>0834864</code></a>
bump slf4j version</li>
<li><a
href="5769294367"><code>5769294</code></a>
fix LOGBACK-1706</li>
<li><a
href="d54ab44ff5"><code>d54ab44</code></a>
fix LOGBACK-1703</li>
<li><a
href="8a441b2c12"><code>8a441b2</code></a>
fix LOGBACK-1703</li>
<li><a
href="7461ebaa79"><code>7461eba</code></a>
fix LOGBACK-1699</li>
<li><a
href="8112c02466"><code>8112c02</code></a>
start work on 1.3.5-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/qos-ch/logback/compare/v_1.3.4...v_1.3.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=gradle&previous-version=1.3.4&new-version=1.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-19 17:26:07 +02:00
Trask Stalnaker 61ed2d14db
Update SDK version (#7223)
Resolves #7221 
Resolves #7222
2022-11-18 18:13:39 +00:00
dependabot[bot] 12f7871848
Bump byteBuddyVersion from 1.12.18 to 1.12.19 in /dependencyManagement (#7231)
Bumps `byteBuddyVersion` from 1.12.18 to 1.12.19.
Updates `byte-buddy` from 1.12.18 to 1.12.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.19</h2>
<ul>
<li>Avoid possible lock through circular class loading of
<code>TypeDescription</code> subtypes.</li>
<li>Avoid access error when using unsafe API on Java 17 with an active
security manager.</li>
<li>Close URL class loader used in Gradle plugin.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c93425a1e9"><code>c93425a</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.19</li>
<li><a
href="b1f4e9b4ee"><code>b1f4e9b</code></a>
[release] New release</li>
<li><a
href="8d17e3a2a3"><code>8d17e3a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1359">#1359</a>
from eyalkoren/protection-domain</li>
<li><a
href="c57139e69c"><code>c57139e</code></a>
Using explicit ProtectionDomain in dynamically loaded classes</li>
<li><a
href="ff8be9a91b"><code>ff8be9a</code></a>
Attempt cloning protection domain from accessible object to avoid
security ma...</li>
<li><a
href="6fe45f76ef"><code>6fe45f7</code></a>
Make s in message optional.</li>
<li><a
href="9023501243"><code>9023501</code></a>
Fix scope of summary variable.</li>
<li><a
href="02091f13f4"><code>02091f1</code></a>
Update codeql-analysis.yml</li>
<li><a
href="628b6a90c5"><code>628b6a9</code></a>
Close class loader in Gradle plugin, if possible.</li>
<li><a
href="9a81856525"><code>9a81856</code></a>
Remove unused import.</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.18...byte-buddy-1.12.19">compare
view</a></li>
</ul>
</details>
<br />

Updates `byte-buddy-dep` from 1.12.18 to 1.12.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy-dep's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.19</h2>
<ul>
<li>Avoid possible lock through circular class loading of
<code>TypeDescription</code> subtypes.</li>
<li>Avoid access error when using unsafe API on Java 17 with an active
security manager.</li>
<li>Close URL class loader used in Gradle plugin.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy-dep's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c93425a1e9"><code>c93425a</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.19</li>
<li><a
href="b1f4e9b4ee"><code>b1f4e9b</code></a>
[release] New release</li>
<li><a
href="8d17e3a2a3"><code>8d17e3a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1359">#1359</a>
from eyalkoren/protection-domain</li>
<li><a
href="c57139e69c"><code>c57139e</code></a>
Using explicit ProtectionDomain in dynamically loaded classes</li>
<li><a
href="ff8be9a91b"><code>ff8be9a</code></a>
Attempt cloning protection domain from accessible object to avoid
security ma...</li>
<li><a
href="6fe45f76ef"><code>6fe45f7</code></a>
Make s in message optional.</li>
<li><a
href="9023501243"><code>9023501</code></a>
Fix scope of summary variable.</li>
<li><a
href="02091f13f4"><code>02091f1</code></a>
Update codeql-analysis.yml</li>
<li><a
href="628b6a90c5"><code>628b6a9</code></a>
Close class loader in Gradle plugin, if possible.</li>
<li><a
href="9a81856525"><code>9a81856</code></a>
Remove unused import.</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.18...byte-buddy-1.12.19">compare
view</a></li>
</ul>
</details>
<br />

Updates `byte-buddy-agent` from 1.12.18 to 1.12.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy-agent's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.19</h2>
<ul>
<li>Avoid possible lock through circular class loading of
<code>TypeDescription</code> subtypes.</li>
<li>Avoid access error when using unsafe API on Java 17 with an active
security manager.</li>
<li>Close URL class loader used in Gradle plugin.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy-agent's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c93425a1e9"><code>c93425a</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.19</li>
<li><a
href="b1f4e9b4ee"><code>b1f4e9b</code></a>
[release] New release</li>
<li><a
href="8d17e3a2a3"><code>8d17e3a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1359">#1359</a>
from eyalkoren/protection-domain</li>
<li><a
href="c57139e69c"><code>c57139e</code></a>
Using explicit ProtectionDomain in dynamically loaded classes</li>
<li><a
href="ff8be9a91b"><code>ff8be9a</code></a>
Attempt cloning protection domain from accessible object to avoid
security ma...</li>
<li><a
href="6fe45f76ef"><code>6fe45f7</code></a>
Make s in message optional.</li>
<li><a
href="9023501243"><code>9023501</code></a>
Fix scope of summary variable.</li>
<li><a
href="02091f13f4"><code>02091f1</code></a>
Update codeql-analysis.yml</li>
<li><a
href="628b6a90c5"><code>628b6a9</code></a>
Close class loader in Gradle plugin, if possible.</li>
<li><a
href="9a81856525"><code>9a81856</code></a>
Remove unused import.</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.18...byte-buddy-1.12.19">compare
view</a></li>
</ul>
</details>
<br />

Updates `byte-buddy-gradle-plugin` from 1.12.18 to 1.12.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy-gradle-plugin's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.19</h2>
<ul>
<li>Avoid possible lock through circular class loading of
<code>TypeDescription</code> subtypes.</li>
<li>Avoid access error when using unsafe API on Java 17 with an active
security manager.</li>
<li>Close URL class loader used in Gradle plugin.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy-gradle-plugin's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c93425a1e9"><code>c93425a</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.19</li>
<li><a
href="b1f4e9b4ee"><code>b1f4e9b</code></a>
[release] New release</li>
<li><a
href="8d17e3a2a3"><code>8d17e3a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1359">#1359</a>
from eyalkoren/protection-domain</li>
<li><a
href="c57139e69c"><code>c57139e</code></a>
Using explicit ProtectionDomain in dynamically loaded classes</li>
<li><a
href="ff8be9a91b"><code>ff8be9a</code></a>
Attempt cloning protection domain from accessible object to avoid
security ma...</li>
<li><a
href="6fe45f76ef"><code>6fe45f7</code></a>
Make s in message optional.</li>
<li><a
href="9023501243"><code>9023501</code></a>
Fix scope of summary variable.</li>
<li><a
href="02091f13f4"><code>02091f1</code></a>
Update codeql-analysis.yml</li>
<li><a
href="628b6a90c5"><code>628b6a9</code></a>
Close class loader in Gradle plugin, if possible.</li>
<li><a
href="9a81856525"><code>9a81856</code></a>
Remove unused import.</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.18...byte-buddy-1.12.19">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-11-18 17:06:57 +01:00
dependabot[bot] a7e93f2077
Bump logback-classic from 1.3.1 to 1.3.4 in /dependencyManagement (#7233)
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.1 to
1.3.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="01f1e455f3"><code>01f1e45</code></a>
prepare release 1.3.4</li>
<li><a
href="7bd25cf623"><code>7bd25cf</code></a>
fix LOGBACK-1695</li>
<li><a
href="d564918f51"><code>d564918</code></a>
add com.sun.mail as implementatoin</li>
<li><a
href="f4f1a23ce1"><code>f4f1a23</code></a>
test changes related to LOGBACK-1693 LOGBACK-1694</li>
<li><a
href="6c4fc98612"><code>6c4fc98</code></a>
cleanup dependency declarations</li>
<li><a
href="c3f992b17d"><code>c3f992b</code></a>
cleanup dependency declarations</li>
<li><a
href="aaabe89816"><code>aaabe89</code></a>
fix LOGBACK-1693</li>
<li><a
href="08daaf98a2"><code>08daaf9</code></a>
start work on 1.3.4-SNAPSHOT</li>
<li><a
href="daf07d203c"><code>daf07d2</code></a>
prepare release 1.3.3</li>
<li><a
href="2a451a88fa"><code>2a451a8</code></a>
fix LOGBACK-LOGBACK-1690</li>
<li>Additional commits viewable in <a
href="https://github.com/qos-ch/logback/compare/v_1.3.1...v_1.3.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=gradle&previous-version=1.3.1&new-version=1.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 14:09:18 +01:00
dependabot[bot] 2fb5ecb21d
Bump slf4jVersion from 2.0.2 to 2.0.4 in /dependencyManagement (#7215) 2022-11-18 12:07:17 +00:00
dependabot[bot] 3a664bf403
Bump autoValueVersion from 1.10 to 1.10.1 in /dependencyManagement (#7232)
Bumps `autoValueVersion` from 1.10 to 1.10.1.
Updates `auto-value` from 1.10 to 1.10.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/auto/releases">auto-value's
releases</a>.</em></p>
<blockquote>
<h2>AutoValue 1.10.1</h2>
<ul>
<li>Two annotations from <code>org.jetbrains.annotations</code> were
accidentally included unshaded in the AutoValue jar. That has been
fixed. (6de325b0c)</li>
<li>Fixed an issue when a builder has a property <code>foo</code> with
both a getter <code>foo()</code> and a builder
<code>fooBuilder()</code>. (3659a0e64)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c698816ebd"><code>c698816</code></a>
Set version number for auto-value-parent to 1.10.1.</li>
<li><a
href="6de325b0cc"><code>6de325b</code></a>
Ensure that <code>org.jetbrains.annotations</code> is shaded in the
AutoValue jar.</li>
<li><a
href="61967ecd3c"><code>61967ec</code></a>
Fix the variable name in the example of &quot;When parameter names are
unavailable&quot;.</li>
<li><a
href="a91775b68f"><code>a91775b</code></a>
Bump mockito-core from 4.8.1 to 4.9.0 in /value</li>
<li><a
href="d7218d5820"><code>d7218d5</code></a>
Bump kotlin.version from 1.7.20 to 1.7.21 in /value</li>
<li><a
href="eea4094fdc"><code>eea4094</code></a>
Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /value</li>
<li><a
href="3659a0e643"><code>3659a0e</code></a>
Fix an issue with builder getters.</li>
<li><a
href="aeffb9065d"><code>aeffb90</code></a>
Bump mockito-core from 4.8.0 to 4.8.1 in /value</li>
<li><a
href="b8f2bad387"><code>b8f2bad</code></a>
Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0</li>
<li><a
href="4bb91ca4fc"><code>4bb91ca</code></a>
Propagate parameter annotations in generated factory code.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/auto/compare/auto-value-1.10...auto-value-1.10.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `auto-value-annotations` from 1.10 to 1.10.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/auto/releases">auto-value-annotations's
releases</a>.</em></p>
<blockquote>
<h2>AutoValue 1.10.1</h2>
<ul>
<li>Two annotations from <code>org.jetbrains.annotations</code> were
accidentally included unshaded in the AutoValue jar. That has been
fixed. (6de325b0c)</li>
<li>Fixed an issue when a builder has a property <code>foo</code> with
both a getter <code>foo()</code> and a builder
<code>fooBuilder()</code>. (3659a0e64)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c698816ebd"><code>c698816</code></a>
Set version number for auto-value-parent to 1.10.1.</li>
<li><a
href="6de325b0cc"><code>6de325b</code></a>
Ensure that <code>org.jetbrains.annotations</code> is shaded in the
AutoValue jar.</li>
<li><a
href="61967ecd3c"><code>61967ec</code></a>
Fix the variable name in the example of &quot;When parameter names are
unavailable&quot;.</li>
<li><a
href="a91775b68f"><code>a91775b</code></a>
Bump mockito-core from 4.8.1 to 4.9.0 in /value</li>
<li><a
href="d7218d5820"><code>d7218d5</code></a>
Bump kotlin.version from 1.7.20 to 1.7.21 in /value</li>
<li><a
href="eea4094fdc"><code>eea4094</code></a>
Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /value</li>
<li><a
href="3659a0e643"><code>3659a0e</code></a>
Fix an issue with builder getters.</li>
<li><a
href="aeffb9065d"><code>aeffb90</code></a>
Bump mockito-core from 4.8.0 to 4.8.1 in /value</li>
<li><a
href="b8f2bad387"><code>b8f2bad</code></a>
Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0</li>
<li><a
href="4bb91ca4fc"><code>4bb91ca</code></a>
Propagate parameter annotations in generated factory code.</li>
<li>Additional commits viewable in <a
href="https://github.com/google/auto/compare/auto-value-1.10...auto-value-1.10.1">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 13:01:19 +01:00
dependabot[bot] 7adca73907
Bump testcontainers-bom from 1.17.5 to 1.17.6 in /dependencyManagement (#7204)
Bumps
[testcontainers-bom](https://github.com/testcontainers/testcontainers-java)
from 1.17.5 to 1.17.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-java/releases">testcontainers-bom's
releases</a>.</em></p>
<blockquote>
<h2>1.17.6</h2>
<h1>What's Changed</h1>
<h2>Highlights</h2>
<p>This release has been made possible through the efforts of 20
contributors. The Testcontainers does not cease to amaze us, thanks to
everyone of you and thanks for the ongoing support and collaboration
🥰.</p>
<p>This release brings a lot of database love with 2 new modules, and as
always a couple of bug fixes and improvements</p>
<h3>New Module: QuestDB (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5995">#5995</a>)
<a href="https://github.com/Vangreen"><code>@​Vangreen</code></a></h3>
<p><a href="https://questdb.io/">QuestDB</a>, is a high-performance,
open-source SQL database for applications in financial services, IoT,
machine learning, DevOps and observability.</p>
<pre lang="java"><code>var container = new
QuestDBContainer(&quot;questdb/questdb:6.5.3&quot;)
container.start()
var connectionUrl = container.getHttpUrl()
// use the connectionUrl and start testing!
</code></pre>
<h3>New Module: YugabyteDB (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4372">#4372</a>)
<a
href="https://github.com/srinivasa-vasu"><code>@​srinivasa-vasu</code></a></h3>
<p><a href="https://www.yugabyte.com/">YugabyteDB</a>, is a modern
distributed SQL database for transactional cloud native applications.
PostgreSQL compatible. It offers two APIs, SQL and CQL.</p>
<pre lang="java"><code>var container = new
YugabyteDBYSQLContainer(&quot;yugabytedb/yugabyte:2.14.4.0-b26&quot;);
container.start()
var jdbcUrl = container.getJdbcUrl();
// use the jdbcUrl and start testing!
</code></pre>
<pre lang="java"><code>var container = new
YugabyteDBYCQLContainer(&quot;yugabytedb/yugabyte:2.14.4.0-b26&quot;);
container.start()
var contactPoint = container.getContactPoint();
// use the contactPoint and start testing!
</code></pre>
<h2>🚀 Features &amp; Enhancements</h2>
<ul>
<li>InfluxDB v2 support (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/3669">#3669</a>)
<a href="https://github.com/raminqaf"><code>@​raminqaf</code></a></li>
<li>Add support for flags in DatastoreEmulatorContainer (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5993">#5993</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Expose Redpanda schema registry (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5994">#5994</a>)
<a
href="https://github.com/gustavomonarin"><code>@​gustavomonarin</code></a></li>
<li>Adds the ability to set a target build stage to a Dockerfile (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4810">#4810</a>)
<a
href="https://github.com/GenghisChen"><code>@​GenghisChen</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fixes wrong timestamp calculation (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5988">#5988</a>)
<a href="https://github.com/leblonk"><code>@​leblonk</code></a></li>
<li>Catch and ignore more errors when reflecting into container subclass
(<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5990">#5990</a>)
<a href="https://github.com/akhaku"><code>@​akhaku</code></a></li>
<li>Return default for empty environment variable (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5983">#5983</a>)
<a href="https://github.com/roulpriya"><code>@​roulpriya</code></a></li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>Add Spotify in Donors section (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6083">#6083</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4a2ca136cf"><code>4a2ca13</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6212">#6212</a>
from testcontainers/combined-pr-branch</li>
<li><a
href="388af569e9"><code>388af56</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/localstack/com...</li>
<li><a
href="2748cf8f33"><code>2748cf8</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/localstack/com...</li>
<li><a
href="889ea6b3f5"><code>889ea6b</code></a>
Add yugabytedb to mkdocs.yml (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6211">#6211</a>)</li>
<li><a
href="c17467606c"><code>c174676</code></a>
Bump aws-java-sdk-logs from 1.12.337 to 1.12.343 in
/modules/localstack</li>
<li><a
href="c2abe0d245"><code>c2abe0d</code></a>
Bump aws-java-sdk-s3 from 1.12.337 to 1.12.343 in
/modules/localstack</li>
<li><a
href="11c3079ba5"><code>11c3079</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/6210">#6210</a>
from testcontainers/combined-pr-branch</li>
<li><a
href="aed19b8c3a"><code>aed19b8</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/dynalite/com.a...</li>
<li><a
href="6633109869"><code>6633109</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/gcloud/com.goo...</li>
<li><a
href="fa867b0d57"><code>fa867b0</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/examples/org.jetbrains...</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.17.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.testcontainers:testcontainers-bom&package-manager=gradle&previous-version=1.17.5&new-version=1.17.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 11:13:04 +01:00
Trask Stalnaker 3ae840bd15
Consolidate dependabot updates (#7176)
I did some testing, and it looks like dependabot understands this kind
of variable usage, and will update the variable, which should save us
several updates (and resulting conflicting merges).
2022-11-15 08:56:49 +01:00
dependabot[bot] c6bbf28eac
Bump junit-pioneer from 1.8.0 to 1.9.0 in /dependencyManagement (#7158) 2022-11-15 05:11:00 +00:00
dependabot[bot] 5e0a775c84
Bump jmh-core from 1.35 to 1.36 in /dependencyManagement (#7156) 2022-11-14 19:51:50 -08:00
dependabot[bot] 1385d5ecb5
Bump jmh-generator-bytecode from 1.35 to 1.36 in /dependencyManagement (#7161) 2022-11-14 19:26:05 -08:00
dependabot[bot] 629e5c2aae
Bump junit-pioneer from 1.7.2 to 1.8.0 in /dependencyManagement (#7141) 2022-11-12 00:23:00 +00:00
dependabot[bot] b9b3feadc0
Bump junit-pioneer from 1.7.1 to 1.7.2 in /dependencyManagement (#7122) 2022-11-09 15:30:51 -08:00
dependabot[bot] cfb475d7dd
Bump jackson-bom from 2.13.4.20221013 to 2.14.0 in /dependencyManagement (#7091)
Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from
2.13.4.20221013 to 2.14.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cd99403b64"><code>cd99403</code></a>
[maven-release-plugin] prepare release jackson-bom-2.14.0</li>
<li><a
href="50dedf02e5"><code>50dedf0</code></a>
Prepare for 2.14.0</li>
<li><a
href="69023b4ec9"><code>69023b4</code></a>
Back to snapshots</li>
<li><a
href="ffb3dd2940"><code>ffb3dd2</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="229c0be857"><code>229c0be</code></a>
[maven-release-plugin] prepare release jackson-bom-2.14.0-rc3</li>
<li><a
href="b3e3950eb7"><code>b3e3950</code></a>
Prepare for 2.14.0-rc3 release</li>
<li><a
href="babf49afc8"><code>babf49a</code></a>
Merge branch '2.13' into 2.14</li>
<li><a
href="f52258f22a"><code>f52258f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="20416ee364"><code>20416ee</code></a>
Merge branch '2.13' into 2.14</li>
<li><a
href="fd343f3524"><code>fd343f3</code></a>
Merge branch '2.13' into 2.14</li>
<li>Additional commits viewable in <a
href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.13.4.20221013...jackson-bom-2.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson:jackson-bom&package-manager=gradle&previous-version=2.13.4.20221013&new-version=2.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-11-08 13:19:09 +01:00
dependabot[bot] a8e5900244
Bump nullaway from 0.10.3 to 0.10.4 in /dependencyManagement (#7034) 2022-11-02 18:12:58 -07:00
dependabot[bot] 6bee632b8b
Bump nullaway from 0.10.2 to 0.10.3 in /dependencyManagement (#7014) 2022-10-31 15:38:08 -07:00
dependabot[bot] c677e231dc
Bump mockito-core from 4.8.0 to 4.8.1 in /dependencyManagement (#6971) 2022-10-25 21:10:45 +00:00
dependabot[bot] f033c38af4
Bump spring-boot-dependencies from 2.7.4 to 2.7.5 in /dependencyManagement (#6972) 2022-10-25 21:10:23 +00:00
dependabot[bot] 29ef29626e
Bump mockito-inline from 4.8.0 to 4.8.1 in /dependencyManagement (#6897) 2022-10-18 02:00:13 +00:00
dependabot[bot] cafab8e657
Bump groovyVersion from 4.0.5 to 4.0.6 in /dependencyManagement (#6896) 2022-10-17 23:44:00 +00:00
dependabot[bot] bf56414bc6
Bump mockito-junit-jupiter from 4.8.0 to 4.8.1 in /dependencyManagement (#6898) 2022-10-17 23:13:47 +00:00
dependabot[bot] 2c423b44b2
Bump jackson-bom from 2.13.4.20221012 to 2.13.4.20221013 in /dependencyManagement (#6873) 2022-10-13 21:02:19 -07:00
dependabot[bot] 0a88ade490
Bump jackson-bom from 2.13.4 to 2.13.4.20221012 in /dependencyManagement (#6865) 2022-10-12 18:21:53 -07:00
jack-berg aeac361816
Upgrade to otel java 1.19.0 (#6757)
Working PR to capture all the changes required to update to otel java
1.19.0. The new log API force allows
`:instrumentation-appender-api-internal` and
`:instrumentation-appender-sdk-internal`, but necessitates a decent
amount of refactoring as a result.

The PR points at the `1.19.0-SNAPSHOT`, which I'll update upon
publication.

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2022-10-12 09:19:37 -07:00
dependabot[bot] 3806e4f295
Bump error_prone_annotations from 2.15.0 to 2.16 in /dependencyManagement (#6847) 2022-10-11 14:20:34 -07:00
dependabot[bot] 59940699c7
Bump error_prone_test_helpers from 2.15.0 to 2.16 in /dependencyManagement (#6840) 2022-10-11 20:56:08 +00:00
dependabot[bot] 6c23d98387
Bump error_prone_core from 2.15.0 to 2.16 in /dependencyManagement (#6849) 2022-10-11 12:52:42 -07:00
Trask Stalnaker 45f95efc81
Update byte buddy from 1.12.17 to 1.12.18 (#6851)
I will rebase the dependabot PRs after this is merged, so that
dependabot won't mark these versions internally as ignored
2022-10-11 12:41:13 -07:00
dependabot[bot] d0782b54da
Bump auto-value-annotations from 1.9 to 1.10 in /dependencyManagement (#6822) 2022-10-06 23:34:40 +00:00
dependabot[bot] 7e6310255b
Bump auto-value from 1.9 to 1.10 in /dependencyManagement (#6821) 2022-10-06 16:00:00 -07:00
Trask Stalnaker 6f6af66c04
Update to slf4j 2.0.2 (#6774)
~testLatestDeps is failing, see #6791~
2022-10-06 01:28:53 +00:00
dependabot[bot] da3eecfd9f
Bump testcontainers-bom from 1.17.3 to 1.17.5 in /dependencyManagement (#6806) 2022-10-04 17:17:56 -07:00
Trask Stalnaker 6416a141cb
Use spock bom (#6785) 2022-09-30 12:04:48 +03:00
dependabot[bot] 7f3cfabaa8
Bump snakeyaml from 1.32 to 1.33 in /dependencyManagement (#6756)
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32
to 1.33.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-27 12:55:38 +03:00
Trask Stalnaker 429ecfc713
Update error prone (#6646)
(note that change from BDDMockito is due to
https://github.com/google/error-prone/issues/3396)
2022-09-23 11:24:40 -07:00
dependabot[bot] 1fb878875a
Bump mockito-inline from 4.7.0 to 4.8.0 in /dependencyManagement (#6727)
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.7.0 to
4.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockito/mockito/releases">mockito-inline's
releases</a>.</em></p>
<blockquote>
<h2>v4.8.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog
generated by <a
href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog
Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted
--></p>
<h4>4.8.0</h4>
<ul>
<li>2022-09-07 - <a
href="https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0">10
commit(s)</a> by Alex, James Baker, Johannes Spangenberg, Kurt Alfred
Kluever, Rafael Winterhalter, Thibault Helsmoortel, dependabot[bot]</li>
<li>GitHub Workflows security hardening [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2744">#2744</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2744">mockito/mockito#2744</a>)</li>
<li>Assign GlobalConfiguration initializer to unused variable [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2742">#2742</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2742">mockito/mockito#2742</a>)</li>
<li>Bump com.diffplug.spotless from 6.9.1 to 6.10.0 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2738">#2738</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2738">mockito/mockito#2738</a>)</li>
<li>Drop varargs collector before invoking a user method. [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2736">#2736</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2736">mockito/mockito#2736</a>)</li>
<li>Bump versions.bytebuddy from 1.12.13 to 1.12.14 [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2734">#2734</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2734">mockito/mockito#2734</a>)</li>
<li>Remove useless thrown exception from constructor [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2732">#2732</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2732">mockito/mockito#2732</a>)</li>
<li>TypeSafeMatching no longer iterates over class methods inefficiently
[(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2729">#2729</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2729">mockito/mockito#2729</a>)</li>
<li>Fixes <a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2720">#2720</a>:
Use StackWalker on Java 9+ to create Locations [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2723">#2723</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2723">mockito/mockito#2723</a>)</li>
<li>LocationImpl adds performance overheads due to instantiating a stack
trace [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2720">#2720</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2720">mockito/mockito#2720</a>)</li>
<li>Fixes <a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2626">#2626</a>
: Introduce MockSettings.mockMaker [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2701">#2701</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/pull/2701">mockito/mockito#2701</a>)</li>
<li>Introduce option to disable inline-mock-maker for a specific
instance [(<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2626">#2626</a>)](<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2626">mockito/mockito#2626</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3e910ea990"><code>3e910ea</code></a>
Fixes <a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2626">#2626</a>
: Introduce MockSettings.mockMaker (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2701">#2701</a>)</li>
<li><a
href="0753d48161"><code>0753d48</code></a>
Explicitly add permissions to GitHub actions (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2744">#2744</a>)</li>
<li><a
href="530558ae3c"><code>530558a</code></a>
Assign GlobalConfiguration initializer to unused variable (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2742">#2742</a>)</li>
<li><a
href="4b8042e24e"><code>4b8042e</code></a>
Bump com.diffplug.spotless from 6.9.1 to 6.10.0 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2738">#2738</a>)</li>
<li><a
href="9b93df72c9"><code>9b93df7</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2736">#2736</a>
from mockito/static-varargs-call</li>
<li><a
href="160e3daf44"><code>160e3da</code></a>
Drop varargs collector before invoking a user method.</li>
<li><a
href="e123c2cdf7"><code>e123c2c</code></a>
Bump versions.bytebuddy from 1.12.13 to 1.12.14 (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2734">#2734</a>)</li>
<li><a
href="2ded10ec70"><code>2ded10e</code></a>
Remove useless thrown exception from constructor (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2732">#2732</a>)</li>
<li><a
href="73a861f778"><code>73a861f</code></a>
Fixes <a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2720">#2720</a>:
Use StackWalker on Java 9+ to create Locations (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2723">#2723</a>)</li>
<li><a
href="89698baaeb"><code>89698ba</code></a>
Optimize <code>TypeSafeMatching</code> iteration over class methods (<a
href="https://github-redirect.dependabot.com/mockito/mockito/issues/2729">#2729</a>)</li>
<li>See full diff in <a
href="https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mockito:mockito-inline&package-manager=gradle&previous-version=4.7.0&new-version=4.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 10:17:49 +02:00
dependabot[bot] 1f2d2f78a8
Bump spring-boot-dependencies from 2.7.3 to 2.7.4 in /dependencyManagement (#6711) 2022-09-22 20:59:31 -07:00
dependabot[bot] 973fe7d077
Bump mockito-junit-jupiter from 4.7.0 to 4.8.0 in /dependencyManagement (#6719) 2022-09-22 20:50:20 -07:00
dependabot[bot] 0659d189a2
Bump mockito-core from 4.7.0 to 4.8.0 in /dependencyManagement (#6720) 2022-09-22 16:50:02 -07:00
Trask Stalnaker e7dd21477d
Update bytebuddy core dependency, and make dependencies more dependabot friendly (#6704)
(probably need to revisit later what's a "core dependency" and what's
not, but doesn't seem to be any real difference other than organization)
2022-09-22 09:53:53 -07:00
dependabot[bot] cf27f00046
Bump nullaway from 0.10.1 to 0.10.2 in /dependencyManagement (#6700) 2022-09-21 16:44:14 -07:00
dependabot[bot] de63ac7c74
Bump junit-bom from 5.9.0 to 5.9.1 in /dependencyManagement (#6686) 2022-09-20 17:48:52 -07:00
dependabot[bot] 00d8270f7b
Bump opentelemetry-proto from 0.17.0-alpha to 0.19.0-alpha in /dependencyManagement (#6655)
Bumps
[opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto-java)
from 0.17.0-alpha to 0.19.0-alpha.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-proto-java/releases">opentelemetry-proto's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.19.0-alpha</h2>
<p>Java Bindings for <a
href="https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v0.19.0">OTLP
v0.19.0</a></p>
<h2>Release v0.18.0-alpha</h2>
<p>Java Bindings for <a
href="https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v0.18.0">OTLP
v0.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/open-telemetry/opentelemetry-proto-java/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry.proto:opentelemetry-proto&package-manager=gradle&previous-version=0.17.0-alpha&new-version=0.19.0-alpha)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-19 16:27:55 -07:00
dependabot[bot] de93a21477
Bump objenesis from 3.2 to 3.3 in /dependencyManagement (#6667)
Bumps [objenesis](https://github.com/easymock/objenesis) from 3.2 to
3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/easymock/objenesis/releases">objenesis's
releases</a>.</em></p>
<blockquote>
<h2>3.3</h2>
<ul>
<li>migrate from TravisCI to GitHub Actions (<a
href="https://github-redirect.dependabot.com/easymock/objenesis/issues/88">#88</a>)</li>
<li><code>org.objenesis:objenesis-test</code> missing in Maven Central
(<a
href="https://github-redirect.dependabot.com/easymock/objenesis/issues/85">#85</a>)</li>
<li>added instructions for running Android TCK for Windows users (<a
href="https://github-redirect.dependabot.com/easymock/objenesis/issues/84">#84</a>)</li>
<li>Copyright and Owner is missing in license (<a
href="https://github-redirect.dependabot.com/easymock/objenesis/issues/83">#83</a>)</li>
<li>add Dependabot (<a
href="https://github-redirect.dependabot.com/easymock/objenesis/issues/77">#77</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15c04843c5"><code>15c0484</code></a>
[maven-release-plugin] prepare release 3.3</li>
<li><a
href="6e6b3a9a3d"><code>6e6b3a9</code></a>
Add 3.3 release notes</li>
<li><a
href="29292d86a8"><code>29292d8</code></a>
Missing $ in the command</li>
<li><a
href="9dd5e8f7ad"><code>9dd5e8f</code></a>
We should not skip objenesis-test deployment since it's a test
dependency for...</li>
<li><a
href="fe1751a44e"><code>fe1751a</code></a>
Add modernizer</li>
<li><a
href="00bb6ff780"><code>00bb6ff</code></a>
Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0</li>
<li><a
href="5a3a07ee12"><code>5a3a07e</code></a>
Add up to version 18</li>
<li><a
href="76af6a8120"><code>76af6a8</code></a>
New version of IntelliJ</li>
<li><a
href="1c05d97ecc"><code>1c05d97</code></a>
Remove the android module to let it compile on Java 9+</li>
<li><a
href="22371940cf"><code>2237194</code></a>
Bump junit5.version from 5.8.2 to 5.9.0</li>
<li>Additional commits viewable in <a
href="https://github.com/easymock/objenesis/compare/3.2...3.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.objenesis:objenesis&package-manager=gradle&previous-version=3.2&new-version=3.3)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 16:27:27 -07:00
dependabot[bot] 8018026808
Bump groovyVersion from 4.0.4 to 4.0.5 in /dependencyManagement (#6654)
Bumps `groovyVersion` from 4.0.4 to 4.0.5.
Updates `groovy-bom` from 4.0.4 to 4.0.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/apache/groovy/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `groovy` from 4.0.4 to 4.0.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/apache/groovy/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `groovy-json` from 4.0.4 to 4.0.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/apache/groovy/commits">compare view</a></li>
</ul>
</details>
<br />


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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 13:58:10 -07:00
dependabot[bot] 9bb8da1b5d
Bump nullaway from 0.9.9 to 0.10.1 in /dependencyManagement (#6659)
Bumps [nullaway](https://github.com/uber/NullAway) from 0.9.9 to 0.10.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.1</h2>
<p>This is a bug-fixing release for a crash introduced in 0.10.1 on
type.class
(for primitive type = boolean/int/void/etc.).</p>
<ul>
<li>Fix crash when querying null-markedness of primitive.class
expressions (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/654">#654</a>)</li>
<li>Fix for querying for generated code w/ primitive.class expressions.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/655">#655</a>)</li>
</ul>
<h2>Version 0.10.0</h2>
<ul>
<li>Switch parameter overriding handler to use Nullness[] (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/648">#648</a>)
[performance opt!]</li>
<li>EXPERIMENTAL support for JSpecify's 0.3.0 <a
href="https://github.com/NullMarked"><code>@​NullMarked</code></a> and
<a
href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a>
semantics
<ul>
<li>[JSpecify] Support <a
href="https://github.com/NullMarked"><code>@​NullMarked</code></a> on
methods. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/644">#644</a>)</li>
<li>[JSpecify] Support <a
href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a>.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/651">#651</a>)</li>
<li>Allow AcknowledgeRestrictiveAnnotations to work on fields (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/652">#652</a>)</li>
</ul>
</li>
<li>Dependency Updates:
<ul>
<li>Update to WALA 1.5.8 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/650">#650</a>)</li>
</ul>
</li>
<li>Build / CI tooling for NullAway itself:
<ul>
<li>Update to Gradle 7.5.1 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/647">#647</a>)</li>
<li>Add Gradle versions plugin and update some &quot;safe&quot;
dependencies (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/649">#649</a>)</li>
</ul>
</li>
</ul>
<h2>Version 0.9.10</h2>
<ul>
<li>Improved support for library models on annotated code:
<ul>
<li>Make library models override annotations by default. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/636">#636</a>)</li>
<li>Generalize handler APIs for argument nullability on (un-)annotated
code (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/639">#639</a>)
<ul>
<li>[Follow-up] Optimizations for parameter nullness handler /
overriding (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/646">#646</a>)</li>
</ul>
</li>
<li>Generalize handler APIs for return nullability on (un-)annotated
code (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/641">#641</a>)</li>
</ul>
</li>
<li>Support for specific libraries/APIs:
<ul>
<li>Add library model for Guava's Closer.register (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/632">#632</a>)</li>
<li>Support for Map.computeIfAbsent(...) (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/640">#640</a>)</li>
</ul>
</li>
<li>NullAwayInfer/Annotator data serialization support [experimental]
<ul>
<li>Augment error serializarion info (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/643">#643</a>)</li>
</ul>
</li>
<li>Dependency Updates:
<ul>
<li>Update to Checker Framework 3.24.0 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/631">#631</a>)</li>
</ul>
</li>
<li>Fix javadoc and CONTRIBUTING.md typos (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/642">#642</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e2d82b1e78"><code>e2d82b1</code></a>
Prepare for release 0.10.1.</li>
<li><a
href="3d09158395"><code>3d09158</code></a>
Fix for querying for generated code w/ .class expressions. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/655">#655</a>)</li>
<li><a
href="de1a12bfd9"><code>de1a12b</code></a>
Fix crash when querying null-markedness of $primitive.class expressions.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/654">#654</a>)</li>
<li><a
href="99fc67b8c5"><code>99fc67b</code></a>
Prepare next development version.</li>
<li><a
href="f5439589fc"><code>f543958</code></a>
Prepare for release 0.10.0.</li>
<li><a
href="8f97e058bd"><code>8f97e05</code></a>
Allow AcknowledgeRestrictiveAnnotations to work on fields (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/652">#652</a>)</li>
<li><a
href="2d96d1d78b"><code>2d96d1d</code></a>
[JSpecify] Support <a
href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a>.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/651">#651</a>)</li>
<li><a
href="a5f56d3686"><code>a5f56d3</code></a>
Add Gradle versions plugin and update some &quot;safe&quot; dependencies
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/649">#649</a>)</li>
<li><a
href="c0fc4a9088"><code>c0fc4a9</code></a>
Update to WALA 1.5.8 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/650">#650</a>)</li>
<li><a
href="3f6e0a5780"><code>3f6e0a5</code></a>
[JSpecify] Support <a
href="https://github.com/NullMarked"><code>@​NullMarked</code></a> on
methods. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/644">#644</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber/NullAway/compare/v0.9.9...v0.10.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.uber.nullaway:nullaway&package-manager=gradle&previous-version=0.9.9&new-version=0.10.1)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 13:55:47 -07:00
dependabot[bot] 224501f60f
Bump assertj-core from 3.22.0 to 3.23.1 in /dependencyManagement (#6664)
Bumps [assertj-core](https://github.com/assertj/assertj-core) from
3.22.0 to 3.23.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0256688fcf"><code>0256688</code></a>
[maven-release-plugin] prepare release assertj-core-3.23.1</li>
<li><a
href="6529933700"><code>6529933</code></a>
Downgrade <code>junit-jupiter</code> from 5.9.0-M1 to 5.8.2</li>
<li><a
href="d9cd2da03a"><code>d9cd2da</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="6f19754e57"><code>6f19754</code></a>
[maven-release-plugin] prepare release assertj-core-3.23.0</li>
<li><a
href="c592c18a59"><code>c592c18</code></a>
Expose <code>ComparisonStrategy::areEqual</code> in
<code>AbstractAssert</code> (<a
href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2633">#2633</a>)</li>
<li><a
href="69c66a9bb6"><code>69c66a9</code></a>
Bump maven-invoker-plugin from 3.2.2 to 3.3.0 (<a
href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2636">#2636</a>)</li>
<li><a
href="795f5278be"><code>795f527</code></a>
Fix test</li>
<li><a
href="b44460623b"><code>b444606</code></a>
Bump hibernate-core from 6.0.1.Final to 6.0.2.Final (<a
href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2626">#2626</a>)</li>
<li><a
href="793241125e"><code>7932411</code></a>
Fix typos in Javadoc of ObjectEnumerableAssert (<a
href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2624">#2624</a>)</li>
<li><a
href="b746e6aeb4"><code>b746e6a</code></a>
[mvn] Update maven wrapper to 3.1.1 (<a
href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2622">#2622</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/assertj/assertj-core/compare/assertj-core-3.22.0...assertj-core-3.23.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-core&package-manager=gradle&previous-version=3.22.0&new-version=3.23.1)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 13:54:38 -07:00
dependabot[bot] 90637cc434
Bump spring-boot-dependencies from 2.7.2 to 2.7.3 in /dependencyManagement (#6666)
Bumps
[spring-boot-dependencies](https://github.com/spring-projects/spring-boot)
from 2.7.2 to 2.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases">spring-boot-dependencies's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.3</h2>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Misleading error message when using JarMode Layertools and the
source is not an archive <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32097">#32097</a></li>
<li>ClassNotFoundException can be thrown for classes in nested jars when
under GC pressure <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32085">#32085</a></li>
<li>Flyway auto-configuration fails with Flyway 9 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32034">#32034</a></li>
<li>BasicJsonParser does not protect against deeply nested maps <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32031">#32031</a></li>
<li>OptionalLiveReloadServer logs the wrong port number when it is
configured to use an ephemeral port <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31984">#31984</a></li>
<li>Servlet WebServerStartStopLifecycle doesn't set running to false on
stop <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31967">#31967</a></li>
<li>JUL-based logging performed during close of application context is
lost <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31963">#31963</a></li>
<li>The hash of spring-boot-jarmode-layertools.jar that's added to a fat
jar doesn't match the hash of the equivalent published artifact <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31949">#31949</a></li>
<li>management.endpoint.health.probes.add-additional-paths has no effect
when configuration properties have already created the liveness and/or
readiness groups <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31926">#31926</a></li>
<li>UnsupportedDataSourcePropertyException is thrown when attempting to
set jdbcUrl for C3P0 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31921">#31921</a></li>
<li>Dev Tools restart failures caused by a too short quiet period are
hard to diagnose <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31906">#31906</a></li>
<li>HealthContributor beans managed by a CompositeHealthContributor are
recreated on each call <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31879">#31879</a></li>
<li>Dependency management for REST Assured is incomplete <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31877">#31877</a></li>
<li>Jar Handler never clears PROTOCOL_HANDLER system property <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31875">#31875</a></li>
<li>BasicJsonParser can fail with a timeout or stackoverflow with
malformed map JSON <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31873">#31873</a></li>
<li>BasicJsonParser can fail with a stackoverflow exception <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31871">#31871</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Review Git contribution documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32099">#32099</a></li>
<li>Documentation for Maven Plugin classifier has an unresolved external
reference <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32043">#32043</a></li>
<li>Update Static Content reference documentation to reflect the
DefaultServlet no longer being enabled by default <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32026">#32026</a></li>
<li>Example log output is out-of-date and inconsistent <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31987">#31987</a></li>
<li>Document that Undertow's record-request-start-time server option
must be enabled for %D to work in access logging <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31976">#31976</a></li>
<li>Update documentation on using H2C to consider running behind a proxy
that's performing TLS termination <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31974">#31974</a></li>
<li>Some properties in the Common Application Properties appendix have
no description <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31971">#31971</a></li>
<li>Fix links in documentations <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31951">#31951</a></li>
<li>External configuration documentation uses incorrect placeholder
syntax <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31943">#31943</a></li>
<li>server.reactive.session.cookie properties are not listed in the
application properties appendix <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31914">#31914</a></li>
<li>Remove documentation and metadata references to
ConfigFileApplicationListener <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31901">#31901</a></li>
<li>Metadata for 'spring.beaninfo.ignore' has incorrect SourceType <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31899">#31899</a></li>
<li>Remove reference to nitrite-spring-boot-starter <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31893">#31893</a></li>
<li>Remove reference to Azure Application Insights <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31890">#31890</a></li>
<li>Fix typos in code and documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31865">#31865</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.13 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32013">#32013</a></li>
<li>Upgrade to Couchbase Client 3.3.3 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32014">#32014</a></li>
<li>Upgrade to Dependency Management Plugin 1.0.13.RELEASE <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32056">#32056</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.11 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32015">#32015</a></li>
<li>Upgrade to Embedded Mongo 3.4.8 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32016">#32016</a></li>
<li>Upgrade to GraphQL Java 18.3 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31945">#31945</a></li>
<li>Upgrade to Groovy 3.0.12 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32017">#32017</a></li>
<li>Upgrade to Gson 2.9.1 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32018">#32018</a></li>
<li>Upgrade to Hazelcast 5.1.3 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32019">#32019</a></li>
<li>Upgrade to Hibernate Validator 6.2.4.Final <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32020">#32020</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bff9b3924f"><code>bff9b39</code></a>
Release v2.7.3</li>
<li><a
href="60e1cc510c"><code>60e1cc5</code></a>
Merge branch '2.6.x' into 2.7.x</li>
<li><a
href="13bd61b6fe"><code>13bd61b</code></a>
Revert nested jar fixes</li>
<li><a
href="bd74344025"><code>bd74344</code></a>
Revert &quot;Don't close jar files early&quot;</li>
<li><a
href="674022d401"><code>674022d</code></a>
Revert &quot;Don't close nested jars or wrapper when parent is
closed&quot;</li>
<li><a
href="3fcfcc4a3b"><code>3fcfcc4</code></a>
Merge branch '2.6.x' into 2.7.x</li>
<li><a
href="3b01325c6b"><code>3b01325</code></a>
Use asList consistently</li>
<li><a
href="ca63a6e9ad"><code>ca63a6e</code></a>
Merge branch '2.6.x' into 2.7.x</li>
<li><a
href="191593cf15"><code>191593c</code></a>
Review Git contribution documentation</li>
<li><a
href="1c6624db44"><code>1c6624d</code></a>
Merge branch '2.6.x' into 2.7.x</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v2.7.2...v2.7.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot:spring-boot-dependencies&package-manager=gradle&previous-version=2.7.2&new-version=2.7.3)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 13:54:04 -07:00
Trask Stalnaker 5224194740
Move versions to dependencyManagement (#6648)
Part of #6645
2022-09-19 12:05:06 +03:00
jack-berg 6b607c1e18
Add resource providers (#6574)
* Add resource providers

* Use autoservice annotation
2022-09-14 15:45:24 -07:00
Trask Stalnaker af61a8b578
Update to otel 1.18.0 (#6575) 2022-09-11 10:35:05 -07:00
Trask Stalnaker 0f3fd2e69d
More dep updates (#6555) 2022-09-07 08:18:08 +02:00
Mateusz Rzeszutek 0d6f0b15d0
Update dependencies (#6499)
* Update dependencies

* Strictly pin slf4j and logback versions

* logback 1.3

* Only use slf4j 2.0.0 internally in the javaagent

* Pre-initialize slf4j provider

* Bump jackson version

* licenses
2022-09-06 13:04:30 -07:00
Lauri Tulmin 73b4b5b5c8
Update groovy and spock versions (#6521)
* Update groovy and spock versions

* testing-common shouldn't bundle junit api
2022-08-31 10:43:36 +03:00
Trask Stalnaker faa99b2eeb
Update SDK to 1.17.0 (#6467)
* Update SDK to 1.17.0

* Fix

* Update licenses

* Spotless

* license
2022-08-12 17:10:46 -07:00
Trask Stalnaker 6ded36095e
Small release improvements (#6433) 2022-08-08 08:39:30 -07:00
Mateusz Rzeszutek cf313eb361
Bump Spring Boot version for autoconfigure and starters (#6379) 2022-07-29 13:25:57 +02:00
Lauri Tulmin 8de4030df6
Update to OpenTelemetry SDK 1.16.0 (#6318) 2022-07-13 13:01:41 +03:00
jason plumb 886665ade4
Remove commons-codec (not needed?) (#6249)
* remove commons-codec (not needed?)

* add commons-codec back and add note
2022-07-04 10:16:43 +02:00
Trask Stalnaker c90f01094b
Update error prone (#6216) 2022-06-26 14:25:52 -07:00
Trask Stalnaker 1e439e73d3
Update to OpenTelemetry SDK 1.15.0 (#6170) 2022-06-14 09:44:42 -08:00
Anuraag Agrawal 528360db8c
Update dependencies (#6007)
* Update dependencies

* Add maven to plugin repos

* Fix tests that fail with groovy 4.0.2 (#42)

Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2022-05-17 14:12:36 -07:00
Anuraag Agrawal d1ee692479
Update to OTel 1.14 (#5999)
* Update to OTel 1.14

* Fix test

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-05-10 14:23:56 -07:00
Anuraag Agrawal e58d39d4ad
Update to OTel 1.13 (#5799)
* Update to OTel 1.13

* Fix test

* Foo

* Fix app server test and start yak shaving

* Yak

* Yak

* groovy fail

* Yak

* GROOVY

* yak farm
2022-04-13 13:16:32 +03:00
Anuraag Agrawal 980746ae44
Update errorprone (#5776)
* Update errorprone

* Fix errorprone on java 17

* Fix oshi test

* Spot

* Fix merge
2022-04-11 12:48:16 -07:00
Anuraag Agrawal 7e428168ff
Update dependencies (#5777)
* Update dependencies

* Update licenses

* Exclude licenses from link check

* Exclude licenses from link check?
2022-04-08 20:00:53 +09:00
Anuraag Agrawal 47508330ba
Fix akka actors testLatestDeps (#5589)
* Fix akka actors testLatestDeps

* latest dep test scala version differs by module

* Don't bother with compat library since doesn't look good anyways
2022-03-16 15:36:01 +09:00
Anuraag Agrawal d2401e14a9
Migrate AkkaActorTest to scala (#5582) 2022-03-16 08:08:10 +09:00
Anuraag Agrawal 1a98a357b2
Update dependencies (#5530)
* Update dependencies

* Revert spring boot removal and try better cleanup later
2022-03-10 13:41:43 +09:00
Lauri Tulmin e9c1efece2
Update to Groovy 4 (#5532)
* Update to Groovy 4

* exclude spock from grails tests, update comment

* Update instrumentation/grails-3.0/javaagent/build.gradle.kts

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-03-09 15:07:41 -08:00
Anuraag Agrawal 9ed35fd286
Update to OTel 1.12 (#5513) 2022-03-07 15:38:50 +09:00
Anuraag Agrawal 407e86df2b
Update to Otel 1.11.0 (#5322)
* Update to OTel 1.11

* Suppress gRPC export usage warning
2022-02-09 12:53:09 +09:00
Anuraag Agrawal b9fac11c90
Migrate AWS Lambda tests to Java (#5315)
* Migrate AWS Lambda tests to Java

* Only assert OTLP fields for links
2022-02-08 15:27:20 +09:00
Anuraag Agrawal 78f21294ea
Apply conventions to custom-checks project (#5308) 2022-02-04 15:57:24 +09:00
Trask Stalnaker 1077258263
Add InternalJavadoc custom error prone check (#5277)
* Add InternalJavadoc custom error prone check

* Add example usage

* Move to conventions

* Revert "Move to conventions"

This reverts commit d8a8209b59.

* Just get it working

* Clearer error message

* versions

* Apply almost everywhere

* feedback

* Always at the end of javadoc

* Fix test

* Missed (at least) one

* No longer internal

* Fix NPE

* Spotless

* Convert awslambda Java test to JUnit 5 so can reduce visibility

* Reduce visibility

* Rename the check

* More

* Move into errorprone-convention

* Fix UserExcludedClassesConfigurerTest
2022-02-01 17:54:57 -08:00
Trask Stalnaker 5f4fc25a37
Update to OTel SDK 1.10.1 (#5218) 2022-01-25 13:42:45 -08:00
Anuraag Agrawal ec375116be
Fix more lint warnings (#5174)
* Fix more lint warnings

* Redisable lint

* Drift

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-20 12:48:46 +09:00
Anuraag Agrawal b7a95857c7
Fix some java lint warnings (#5120)
* Convert InstrumentationTestRunner from interface to abstract class

* Foo

* Commit

* Revert unintended
2022-01-17 10:26:03 -08:00
Anuraag Agrawal 5577afbf45
Update dependencies (#5083)
* Update dependencies

* Downgrade jackson for jax test
2022-01-12 17:21:13 +02:00
Anuraag Agrawal c75c01f871
Update to OTel 1.10 (#5035)
* Update to OTel 1.10

* Fix metric smoke test

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-07 15:45:20 -08:00
Anuraag Agrawal 478800e5de
Update byte buddy (#5037) 2022-01-07 20:30:08 +09:00
Anuraag Agrawal f6bcd76219
Update errorprone (#5016)
* Update errorprone

* gwt

* Remove unnecessary final

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-06 14:21:56 -08:00
jack-berg 935cb88ff4
Add logback appender (#4984) 2022-01-03 20:42:28 -08:00
Trask Stalnaker bfb6788fca
Update a couple of dependencies (#4934) 2021-12-18 10:38:27 -08:00
Anuraag Agrawal 5e1e0c2642
Update to OTel 1.10 (#4866)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-12-16 18:46:17 +09:00
Anuraag Agrawal 1f3b24a111
Update bytebuddy (#4864) 2021-12-10 17:33:04 +09:00
Nikita Salnikov-Tarnovski 28d5b80ecf
Update to groovy 3 (#4816) 2021-12-06 20:09:58 +02:00
Nikita Salnikov-Tarnovski 50bfdd1043
Upgrade testcontainers version (#4727)
* Upgrade testcontainers version

* Polish

* Use more stable waiting strategy

* Upgrade all remaining testcontainrs usages
2021-11-29 09:32:41 -08:00
Nikita Salnikov-Tarnovski 821a4b870b
Drop instrumentation-api-caching module and move weak cache implementation to instrumentation-api (#4667)
* Drop instrumentation-api-caching module and move weak cache implementation to instrumentation-api

* Some test fixes

* Some cleanup

* Temporary workaround for using weak values in FutureListenerWrappers

* Spotless

* Update ClassNames and SpanNames

* Compilation and comment

* Add bounded cache and clean interface

* Polish

* Add comment

* Vendor ConcurrentLinkedHashMap in

* Let errorprone ignore vendored CLHM for now

* Keep license in java files too

* Convert Netty wrapper cache to VirtualField

* Work around lambda instrumentation failure

Ideally we would ignore instrumenting helper classes...

* Revert "Work around lambda instrumentation failure"

This reverts commit 6d63815b44.

* Revert "Convert Netty wrapper cache to VirtualField"

This reverts commit dac1522a3f.

* Handle cleared weak values

* Fix comment

* Delete instrumentation-api-caching

* Copy in weak-lock-free

* Remove caffeine remnants

* Fix checkstyle

* Rename BoundedCache to MapBackedCached

* Remove duplicate LICENSE

* Remove outdated comment

* Sync with SDK copy of weaklockfree

* Enable checkstyle:off comment

* Re-generate license report

* Move NOTICE file to package-info.java

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-11-24 09:05:12 -08:00
Anuraag Agrawal a5326344bd
Update to OTel 1.9.1 (#4700) 2021-11-24 17:47:23 +09:00
Anuraag Agrawal bcae1b11d3
Remove gRPC dependency for export (#4674) 2021-11-19 11:21:34 -08:00
Anuraag Agrawal 6063a16f54
Update to OTel 1.9 (#4634)
* Update to OTel 1.9

* Check null
2021-11-15 17:56:53 +09:00
Anuraag Agrawal b9589f4305
Update OTel 1.7.1 (#4581) 2021-11-03 14:05:54 -07:00
Lauri Tulmin 8a33514551
update byte buddy to 1.11.22 (#4547) 2021-10-30 10:20:18 +03:00
Mateusz Rzeszutek 73ff98904e
Update prometheus to 0.12.0 (#4515) 2021-10-27 10:16:25 +02:00
Lauri Tulmin 9b8ab5eeec
Migrate to spock 2 (#4458)
* Migrate to spock 2

* Fix smoke test suites

* address review comments

* review comment

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-10-22 08:40:58 -07:00
Trask Stalnaker e9022da102
Remove unshaded javax.annotation classes from bootstrap class loader (#4454)
* Fix shading

* Revert "Fix shading"

This reverts commit 2aad3cfe21.

* Make javax.annotations compileOnly

* Replace checker GuardedBy with otel api internal GuardedBy

* Fix build

* Fix errorprone failures

* Remove extra newline

* Move internal GuardedBy to instrumentation-api

* empty commit

* empty commit
2021-10-21 14:47:50 -07:00
Lauri Tulmin 17a85bbc22
Use byte-buddy-dep instead of byte-buddy (#4400)
* Use byte-buddy-dep instead of byte-buddy

* print stacktrace on examples failure

* try to fix gradle plugins

* try to fix extension build

* try to fix extension build

* try to fix extension build

* try to fix extension build

* try removing mavenLocal

* add mavenLocal plugin repository

* publish gradle-plugins to mavenLocal for examples ci build

* Fix bytebuddy exclusion
2021-10-19 13:46:48 -07:00
Anuraag Agrawal f208ba72b7
Update to OTel 1.7 (#4340)
* Update to OTel 1.7

* Fix metrics tests
2021-10-11 19:52:50 +09:00
Trask Stalnaker 441ce3d115
Add comment about keeping grpc version in sync (#4290)
* Add comment about keeping grpc version in sync

* Remove comment

* Fix
2021-10-06 17:02:04 +09:00
Mateusz Rzeszutek 2e74363bcd
Bump ByteBuddy's version to the latest one (#4194) 2021-09-23 17:37:27 +02:00
Mateusz Rzeszutek 085066edb3
Add some testcontainers dependencies to dependencyManagement dep set (#4185) 2021-09-22 14:53:45 -07:00
Lauri Tulmin 8c8eb3ddea
Use caffeine3 on jdk11 and caffeine2 on older jdks (#4154)
* Use caffeine3 on jdk11 and caffein2 on older jdks

* ignore caffeine3 classes on java 8

* Update dependencyManagement/build.gradle.kts

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2021-09-21 14:04:09 -07:00
Anuraag Agrawal 971ca8b19c
Update to OTel 1.6 (#4120)
* Update to OTel 1.6

* Example build

* More example

* More example
2021-09-14 20:12:18 +09:00
Anuraag Agrawal d8eae4997d
Update to SDK 1.5.0 (#3847) 2021-08-17 08:43:11 -07:00
Trask Stalnaker 59e46477dd
Add basic jmh overhead test (#3672)
* Add basic jmh overhead test

* Move javaagent arg to gradle file

* Rename module to benchmark-overhead-jmh

* Add imports

* Add comment

* Add benchmark for noop api
2021-07-26 12:55:18 -07:00
Anuraag Agrawal 7ecb63f2fb
Update to OTel 1.4.1 (#3576) 2021-07-15 14:34:11 +09:00
Nikita Salnikov-Tarnovski cbfd7e1a02
Trying to extract codegen plugin (#3521)
* Muzzle code generation moved to a separate plugin
* Restored old MuzzleCodeGenerationPlugin to use until the new one is published
* The simplest dependency management possible

Co-authored-by: Anuraag Agrawal <aanuraag@amazon.co.jp>
2021-07-14 17:08:47 +03:00
HaloFour 3e8d3e88bf
Update OpenTelemetry to version 1.4.0 (#3541)
* Update to OpenTelemetry 1.4.0

* Fix breaking changes with opentelemetry-api-metrics
2021-07-10 15:53:02 +09:00
Anuraag Agrawal 785dc6adf2
Rename build files to build.gradle (#3409)
* Rename build files to build.gradle

* Rename smoke-tests

* Fix already broken
2021-06-25 16:10:31 +09:00
Anuraag Agrawal b4ec7bcda4
Fix BOM (#3376) 2021-06-22 19:37:06 +09:00
Anuraag Agrawal 3a08045b03
Update dependencies (#3332) 2021-06-16 10:05:56 -07:00
Anuraag Agrawal 5f49dc0e4a
Extract agent shadow configuration to conventions script. (#3256)
* Extract agent shadow configuration to conventions script.

* Remove redundant plugin version declaration

* Resource loader doesn't load from buildSrc

* Comments about byte buddy version

* Fix ReferenceCollectorTest

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-12 16:45:26 -07:00
Anuraag Agrawal c92fbcf624
Update to OTel SDK 1.3.0 (#3253) 2021-06-12 09:56:23 -07:00
Nikita Salnikov-Tarnovski 31d3f2f8de
Update ByteBuddy (#3254)
* Update ByteBuddy

* spotless
2021-06-11 21:12:38 +09:00
Anuraag Agrawal 2436499a09
Update to Errorprone 2.7 (#3181)
* Update to errorprone 2.7

* ToString

* Finish
2021-06-04 10:40:55 +09:00
Anuraag Agrawal 0ad8c1b8ce
Manage Netty transitive dependencies (#3165)
* Manage transitive Netty versions.

* Finish

* .each to not apply resolutions to muzzle

* Exclude epoll from finatra muzzle
2021-06-03 13:12:32 +09:00
Anuraag Agrawal ef014e0a4b
Manage transitive commons- dependencies. (#3158) 2021-06-03 08:54:34 +09:00
Anuraag Agrawal c3dedbb64e
Enable all errorprone checks (#3155)
* Enable all errorprone checks

* Fixes

* Finish

* Finish

* Add flag to disable error prone
2021-06-01 17:41:08 +09:00
Anuraag Agrawal c358a35414
Use dependency management pattern for dependency versions (#3113)
* Use dependency management pattern for dependency versions.

* Add groovy bom too

* Update dependencyManagement/dependencyManagement.gradle.kts

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-05-28 11:32:08 +09:00