Commit Graph

568 Commits

Author SHA1 Message Date
dependabot[bot] d2a9cfef87
Bump byte-buddy-agent from 1.12.17 to 1.12.18 (#511) 2022-10-11 10:58:56 -07:00
dependabot[bot] b99927cb55
Bump armeria-bom from 1.20.0 to 1.20.1 (#510) 2022-10-11 10:58:24 -07:00
Jean Bisutti 31708918e8
Fix no Class in opentelemetry-runtime-attach jar (#509)
Fix #508
2022-10-11 10:57:59 -07:00
Jean Bisutti 66b99f12ab
Add documentation to the Maven plugin for static instrumentation (#498) 2022-10-07 10:23:39 -07:00
Jean Bisutti dbbc66eee6
Fix static instrumenter test broken since 1.18.0 (#474)
Fix #436 

The failing test has been modified, mainly:
* The jar used was regenerated from
[test-app](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/static-instrumenter/test-app)
project. The reason is that the previous jar contained OTel classes that
are now supposed to be provided by the `no-inst-agent` jar. The
build/tests may be improved later to avoid having jar files in
`src/test/resources`.
* [The failing assertion depended on the error
output](b931535ae7/static-instrumenter/agent-instrumenter/src/integrationTest/java/JarTest.java (L71)).
This assertion now depends on the standard output.
2022-10-07 10:11:38 -07:00
dependabot[bot] 515d18908c
Bump auto-value from 1.9 to 1.10 (#504)
Bumps [auto-value](https://github.com/google/auto) from 1.9 to 1.10.
<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</h2>
<ul>
<li>AutoBuilder is now stable and supported. (2e44a5327)
<ul>
<li>AutoBuilder now allows you to omit a Kotlin default parameter when
building a Kotlin class. (d2f91bf32)</li>
<li>An <code>@AutoBuilder</code> class can now have
<code>@AutoValue.CopyAnnotations</code> so annotations are copied from
the class to its generated subclass. (3a15c8834)</li>
<li>The generated AutoBuilder class now has a &quot;copy
constructor&quot; if values for the builder properties can be obtained
from the built type. (b3b53a344)</li>
<li>AutoBuilder can now be used to build annotation implementations
directly. (196c8100d)</li>
</ul>
</li>
<li>Fixed an issue when Serializable and Memoized extensions are used
together. (e01968d16)</li>
<li><code>@AutoAnnotation</code> now has <code>CLASS</code> rather than
<code>SOURCE</code> retention, making for better operation with Gradle
incremental compilation. (34c3be569)</li>
<li><code>@AutoAnnotation</code> methods no longer need to be static.
This makes it easier to use AutoAnnotation with Kotlin. (cf55dc644)</li>
<li>AutoValue and AutoBuilder builders now use bitmasks to track unset
primitive properties, which will typically lead to smaller builder
objects and faster build times. (b5d398977)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e065d1918f"><code>e065d19</code></a>
Set version number for auto-value-parent to 1.10.</li>
<li><a
href="0079f49b32"><code>0079f49</code></a>
Bump asm from 9.3 to 9.4 in /value</li>
<li><a
href="40284c7190"><code>40284c7</code></a>
Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1</li>
<li><a
href="bd6926415e"><code>bd69264</code></a>
Bump kotlin.version from 1.7.10 to 1.7.20 in /value</li>
<li><a
href="c120217b63"><code>c120217</code></a>
Move the toBuilder and autoToBuilder from Foo.Builder to the Foo.</li>
<li><a
href="14413dc9c7"><code>14413dc</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /factory</li>
<li><a
href="7504e9269e"><code>7504e92</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /value</li>
<li><a
href="35f94748b7"><code>35f9474</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /service</li>
<li><a
href="182dff1f6c"><code>182dff1</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /common</li>
<li><a
href="aebf49b0d7"><code>aebf49b</code></a>
Bump gradle-test-kit from 7.5 to 7.5.1 in /value</li>
<li>Additional commits viewable in <a
href="https://github.com/google/auto/compare/auto-value-1.9...auto-value-1.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto.value:auto-value&package-manager=gradle&previous-version=1.9&new-version=1.10)](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: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-10-07 15:00:34 +02:00
dependabot[bot] 608c29e721
Bump auto-value-annotations from 1.9 to 1.10 (#505)
Bumps [auto-value-annotations](https://github.com/google/auto) from 1.9
to 1.10.
<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</h2>
<ul>
<li>AutoBuilder is now stable and supported. (2e44a5327)
<ul>
<li>AutoBuilder now allows you to omit a Kotlin default parameter when
building a Kotlin class. (d2f91bf32)</li>
<li>An <code>@AutoBuilder</code> class can now have
<code>@AutoValue.CopyAnnotations</code> so annotations are copied from
the class to its generated subclass. (3a15c8834)</li>
<li>The generated AutoBuilder class now has a &quot;copy
constructor&quot; if values for the builder properties can be obtained
from the built type. (b3b53a344)</li>
<li>AutoBuilder can now be used to build annotation implementations
directly. (196c8100d)</li>
</ul>
</li>
<li>Fixed an issue when Serializable and Memoized extensions are used
together. (e01968d16)</li>
<li><code>@AutoAnnotation</code> now has <code>CLASS</code> rather than
<code>SOURCE</code> retention, making for better operation with Gradle
incremental compilation. (34c3be569)</li>
<li><code>@AutoAnnotation</code> methods no longer need to be static.
This makes it easier to use AutoAnnotation with Kotlin. (cf55dc644)</li>
<li>AutoValue and AutoBuilder builders now use bitmasks to track unset
primitive properties, which will typically lead to smaller builder
objects and faster build times. (b5d398977)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e065d1918f"><code>e065d19</code></a>
Set version number for auto-value-parent to 1.10.</li>
<li><a
href="0079f49b32"><code>0079f49</code></a>
Bump asm from 9.3 to 9.4 in /value</li>
<li><a
href="40284c7190"><code>40284c7</code></a>
Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1</li>
<li><a
href="bd6926415e"><code>bd69264</code></a>
Bump kotlin.version from 1.7.10 to 1.7.20 in /value</li>
<li><a
href="c120217b63"><code>c120217</code></a>
Move the toBuilder and autoToBuilder from Foo.Builder to the Foo.</li>
<li><a
href="14413dc9c7"><code>14413dc</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /factory</li>
<li><a
href="7504e9269e"><code>7504e92</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /value</li>
<li><a
href="35f94748b7"><code>35f9474</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /service</li>
<li><a
href="182dff1f6c"><code>182dff1</code></a>
Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /common</li>
<li><a
href="aebf49b0d7"><code>aebf49b</code></a>
Bump gradle-test-kit from 7.5 to 7.5.1 in /value</li>
<li>Additional commits viewable in <a
href="https://github.com/google/auto/compare/auto-value-1.9...auto-value-1.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto.value:auto-value-annotations&package-manager=gradle&previous-version=1.9&new-version=1.10)](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-10-07 14:29:46 +02:00
dependabot[bot] d406b59cc1
Bump hipparchus-core from 2.2 to 2.3 (#503)
Bumps [hipparchus-core](https://github.com/Hipparchus-Math/hipparchus)
from 2.2 to 2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/releases">hipparchus-core's
releases</a>.</em></p>
<blockquote>
<h2>Hipparchus 2.3</h2>
<ul>
<li>Allowing configuration of RandomPercentile in
StreamingStatistics.</li>
<li>Added new signature for
SequentialGaussNewtonOptimizer.withAPrioriData</li>
<li>Allowing to define the Cholesky decomposition thresholds.</li>
<li>Changed HessenbergTransformer visibility to public.</li>
<li>Changed SchurTransformer visibility to public.</li>
<li>Fixed wrong negation of point on the 2-sphere.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt">hipparchus-core's
changelog</a>.</em></p>
<blockquote>
<pre><code>          Hipparchus 2.3 RELEASE NOTES
</code></pre>
<p>The Hipparchus team is pleased to announce the release of
hipparchus-2.3</p>
<p>The Hipparchus library is a library of mathematical components. It
started as a fork of Apache Commons Math.</p>
<p>Changes in this version include:</p>
<p>New features:
o issues/205: Added new signature for
SequentialGaussNewtonOptimizer#withAPrioriData allowing
to define the Cholesky decomposition thresholds.
o issues/204:  Changed HessenbergTransformer visibility to public.
o issues/204:  Changed SchurTransformer visibility to public.</p>
<p>Fixed Bugs:
o issues/208:  Fixed wrong negation of point on the 2-sphere.
o issues/207: Allow configuration of RandomPercentile in
StreamingStatistics.</p>
<p>For complete information on Hipparchus, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Hipparchus website:</p>
<p><a
href="https://www.hipparchus.org/">https://www.hipparchus.org/</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f85d017f1"><code>2f85d01</code></a>
Updated changes documentation.</li>
<li><a
href="3a40f1ded4"><code>3a40f1d</code></a>
Updated documentation for the release.</li>
<li><a
href="880c85441d"><code>880c854</code></a>
Updated release notes.</li>
<li><a
href="80dfc92aae"><code>80dfc92</code></a>
Whitespace.</li>
<li><a
href="d6de89ce44"><code>d6de89c</code></a>
Added reference to issue number.</li>
<li><a
href="91942af863"><code>91942af</code></a>
Dropped -SNAPSHOT in version number for official release.</li>
<li><a
href="a893487b80"><code>a893487</code></a>
Fixed wrong negation of point on the 2-sphere.</li>
<li><a
href="a599e50967"><code>a599e50</code></a>
Improved test coverage.</li>
<li><a
href="e6160b4d82"><code>e6160b4</code></a>
Fixed SonarQube warnings.</li>
<li><a
href="ca57a38e8e"><code>ca57a38</code></a>
Merge branch 'issue-202'</li>
<li>Additional commits viewable in <a
href="https://github.com/Hipparchus-Math/hipparchus/compare/2.2...2.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hipparchus:hipparchus-core&package-manager=gradle&previous-version=2.2&new-version=2.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>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-10-06 16:24:52 +02:00
dependabot[bot] 4fadcb3fb0
Bump hipparchus-stat from 2.2 to 2.3 (#502)
Bumps [hipparchus-stat](https://github.com/Hipparchus-Math/hipparchus)
from 2.2 to 2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/releases">hipparchus-stat's
releases</a>.</em></p>
<blockquote>
<h2>Hipparchus 2.3</h2>
<ul>
<li>Allowing configuration of RandomPercentile in
StreamingStatistics.</li>
<li>Added new signature for
SequentialGaussNewtonOptimizer.withAPrioriData</li>
<li>Allowing to define the Cholesky decomposition thresholds.</li>
<li>Changed HessenbergTransformer visibility to public.</li>
<li>Changed SchurTransformer visibility to public.</li>
<li>Fixed wrong negation of point on the 2-sphere.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt">hipparchus-stat's
changelog</a>.</em></p>
<blockquote>
<pre><code>          Hipparchus 2.3 RELEASE NOTES
</code></pre>
<p>The Hipparchus team is pleased to announce the release of
hipparchus-2.3</p>
<p>The Hipparchus library is a library of mathematical components. It
started as a fork of Apache Commons Math.</p>
<p>Changes in this version include:</p>
<p>New features:
o issues/205: Added new signature for
SequentialGaussNewtonOptimizer#withAPrioriData allowing
to define the Cholesky decomposition thresholds.
o issues/204:  Changed HessenbergTransformer visibility to public.
o issues/204:  Changed SchurTransformer visibility to public.</p>
<p>Fixed Bugs:
o issues/208:  Fixed wrong negation of point on the 2-sphere.
o issues/207: Allow configuration of RandomPercentile in
StreamingStatistics.</p>
<p>For complete information on Hipparchus, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Hipparchus website:</p>
<p><a
href="https://www.hipparchus.org/">https://www.hipparchus.org/</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f85d017f1"><code>2f85d01</code></a>
Updated changes documentation.</li>
<li><a
href="3a40f1ded4"><code>3a40f1d</code></a>
Updated documentation for the release.</li>
<li><a
href="880c85441d"><code>880c854</code></a>
Updated release notes.</li>
<li><a
href="80dfc92aae"><code>80dfc92</code></a>
Whitespace.</li>
<li><a
href="d6de89ce44"><code>d6de89c</code></a>
Added reference to issue number.</li>
<li><a
href="91942af863"><code>91942af</code></a>
Dropped -SNAPSHOT in version number for official release.</li>
<li><a
href="a893487b80"><code>a893487</code></a>
Fixed wrong negation of point on the 2-sphere.</li>
<li><a
href="a599e50967"><code>a599e50</code></a>
Improved test coverage.</li>
<li><a
href="e6160b4d82"><code>e6160b4</code></a>
Fixed SonarQube warnings.</li>
<li><a
href="ca57a38e8e"><code>ca57a38</code></a>
Merge branch 'issue-202'</li>
<li>Additional commits viewable in <a
href="https://github.com/Hipparchus-Math/hipparchus/compare/2.2...2.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hipparchus:hipparchus-stat&package-manager=gradle&previous-version=2.2&new-version=2.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-10-06 15:45:27 +02:00
dependabot[bot] c6f9306b82
Bump armeria-bom from 1.19.0 to 1.20.0 (#500)
Bumps [armeria-bom](https://github.com/line/armeria) from 1.19.0 to
1.20.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e2fc78a64c"><code>e2fc78a</code></a>
Release armeria-1.20.0</li>
<li><a
href="bdbb6e6bd8"><code>bdbb6e6</code></a>
Update dependencies (<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4457">#4457</a>)</li>
<li><a
href="4cd60ff9a5"><code>4cd60ff</code></a>
Add the release note for 1.20.0 (<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4461">#4461</a>)</li>
<li><a
href="10424c711c"><code>10424c7</code></a>
Add Thrift 0.17 module (<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4459">#4459</a>)</li>
<li><a
href="e7209b67a6"><code>e7209b6</code></a>
Remove an invalid <code>content-length</code> in a gRPC streaming
response. (<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4460">#4460</a>)</li>
<li><a
href="e65da63256"><code>e65da63</code></a>
Provide a way to handle GraphQL errors (<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4435">#4435</a>)</li>
<li><a
href="9e7c016e45"><code>9e7c016</code></a>
Return cached aggregated message for following withPooledObjects call
(<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4449">#4449</a>)</li>
<li><a
href="c888c86b28"><code>c888c86</code></a>
Support camelcase for HttpJsonTranscodingService Query Parameters (<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4428">#4428</a>)</li>
<li><a
href="ec7c425199"><code>ec7c425</code></a>
Provide a way to fluently configure a client TLS key and certificates
(<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4410">#4410</a>)</li>
<li><a
href="91e571edf5"><code>91e571e</code></a>
Fix flaky tests in Spring integrations (<a
href="https://github-redirect.dependabot.com/line/armeria/issues/4453">#4453</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/line/armeria/compare/armeria-1.19.0...armeria-1.20.0">compare
view</a></li>
</ul>
</details>
<br />


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

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-10-05 15:46:25 +02:00
dependabot[bot] 4e898d3896
Bump testcontainers-bom from 1.17.4 to 1.17.5 (#501)
Bumps
[testcontainers-bom](https://github.com/testcontainers/testcontainers-java)
from 1.17.4 to 1.17.5.
<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.5</h2>
<h1>What's Changed</h1>
<blockquote>
<p><strong>Warning</strong>
Version 1.17.4 was released upgrading slf4j-api to version 2.x. This
dependency has been reverted to 1.17.x.</p>
</blockquote>
<ul>
<li>Rollback back to slf4j-api 1.7.36 (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5951">#5951</a>)
<a href="https://github.com/kiview"><code>@​kiview</code></a></li>
<li>Bump logback-classic versions (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5948">#5948</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Bump kotlin plugins version to 1.7.20 (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5945">#5945</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Add banner when Ryuk is disabled (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5929">#5929</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>Test container example for ImmuDB (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5860">#5860</a>)
<a
href="https://github.com/hariohmprasath"><code>@​hariohmprasath</code></a></li>
<li>Reference to GitHub Discussions (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5928">#5928</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Rename main branch (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5847">#5847</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Combined dependencies PR (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5944">#5944</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Combined dependencies PR (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5936">#5936</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Combined dependencies PR (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5935">#5935</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Combined dependencies PR (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5931">#5931</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="abf87abcae"><code>abf87ab</code></a>
Rollback back to slf4j-api 1.7.36 (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5951">#5951</a>)</li>
<li><a
href="c2a741d3b7"><code>c2a741d</code></a>
Bump logback-classic versions (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5948">#5948</a>)</li>
<li><a
href="a8ec3e6da1"><code>a8ec3e6</code></a>
Fix main branch name in ci.yml</li>
<li><a
href="03de1ce271"><code>03de1ce</code></a>
Fix example docs links</li>
<li><a
href="2798d3403b"><code>2798d34</code></a>
Bump kotlin plugins version to 1.7.20 (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5945">#5945</a>)</li>
<li><a
href="16124b266b"><code>16124b2</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5944">#5944</a>
from testcontainers/combined-pr-branch</li>
<li><a
href="8e3f5d5a12"><code>8e3f5d5</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/localstack/com...</li>
<li><a
href="4ae3211bc3"><code>4ae3211</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/dynalite/com.a...</li>
<li><a
href="a34b9f0872"><code>a34b9f0</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/localstack/com...</li>
<li><a
href="bfe07ebf80"><code>bfe07eb</code></a>
Merge remote-tracking branch
'origin/dependabot/github_actions/actions/cache-...</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-java/compare/1.17.4...1.17.5">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.4&new-version=1.17.5)](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-10-05 15:46:03 +02:00
Jean Bisutti 66480fd0ee
Static instrumentation: replace NPE with a custom message (#497)
In the Maven plugin for static instrumentation, an NPE was raised if no
file was found for the project artifact. Now it is replaced by a custom
message.
2022-10-04 09:38:29 -07:00
Jean Bisutti 57486f6401
Method renamed (#499)
Method renamed to have something more explicit
2022-10-04 09:37:15 -07:00
Jean Bisutti d38e368063
Disable by default the internal debug logs of static instrumentation (#492)
Disable by default the internal debug logs of static instrumentation.

With DEBUG level some tests never seem to end with my computer.
2022-10-03 13:13:04 -07:00
Jean Bisutti 667fc3a264
Ability to build the Maven plugin of static instrumentation for dev (#496)
See #495

This PR allows to build the Maven plugin of static instrumentation for
1.19.0-alpha-SNAPSHOT version.
2022-10-03 13:12:45 -07:00
Trask Stalnaker 3f02eedf7f
Target maven 3.5.0 (#472)
Resolves #467
2022-10-03 13:07:52 -07:00
dependabot[bot] 1a03640ae4
Bump grpc-bom from 1.49.1 to 1.49.2 (#494) 2022-10-03 13:07:20 -07:00
dependabot[bot] 5d59aa9b7c
Bump testcontainers-bom from 1.17.3 to 1.17.4 (#491)
Bumps
[testcontainers-bom](https://github.com/testcontainers/testcontainers-java)
from 1.17.3 to 1.17.4.
<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.4</h2>
<h1>What's Changed</h1>
<h2>Highlights</h2>
<p>This release has been made possible through the efforts of whopping
23 contributors, wow! 🤯</p>
<p>Besides 3 new modules, this release brings a couple of bugfixes,
improved compatibility and resilience in certain scenarios, better
defaults and more configurability.</p>
<p>You might also notice many PRs related to the documentation,
templates for PRs and issues, and automation regarding OSS
contributions. Testcontainers has always been a project with a lot of
involvement by the community and we are very proud of this. That’s why
want to make contributing to Testcontainers a great experience, no
matter if you raise an issue, submit a PR or initiate a discussion in
GitHhub Discussions.</p>
<h3>🐼 New Module: Redpanda (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5740">#5740</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></h3>
<p><a href="https://redpanda.com/">Redpanda</a>, a Kafka-compatible
streaming platform, recently added a special <code>dev-container</code>
mode to their container image, that allows even faster startup times. A
great reason to work in a Testcontainers module that leverages this flag
by default to give you a great integration testing experience when using
Redpanda. And of course, using Redpanda with Testcontainers is as easy
and convenient as you are used to:</p>
<pre><code>var container = new
RedpandaContainer(&quot;docker.redpanda.com/vectorized/redpanda:v22.2.1&quot;)
container.start()
var connectionUrl = container.getBootstrapServers()
// use the connectionUrl and start testing!
</code></pre>
<p>You can check out the <a
href="https://www.testcontainers.org/modules/redpanda/">docs</a> to
learn more.</p>
<h3>New Module: TiDB (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5511">#5511</a>)
<a href="https://github.com/Icemap"><code>@​Icemap</code></a></h3>
<p>With <a
href="https://docs.pingcap.com/tidb/stable/overview">TiDB</a>, we are
adding support for a new database module. As with other databases that
can be accessed via JDBC, you can leverage Testcontainers’ special JDBC
URL integration:</p>
<pre><code>jdbc:tc:tidb:v6.1.0:///databasename
</code></pre>
<h3>New Module: Hashicorp Consul (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4683">#4683</a>)
<a href="https://github.com/julb"><code>@​julb</code></a></h3>
<p><a href="https://www.consul.io/">Consul</a></p>
<h2>🚀 Features &amp; Enhancements</h2>
<ul>
<li>getContainerByServiceName should work without suffix (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5776">#5776</a>)
<a href="https://github.com/REslim30"><code>@​REslim30</code></a></li>
<li>Allow Pulsar default WaitStrategy to honour startup timeout (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5674">#5674</a>)
<a href="https://github.com/nahguam"><code>@​nahguam</code></a></li>
<li>fix: ContainerDatabaseDriver does not register Properties object (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5829">#5829</a>)
<a href="https://github.com/REslim30"><code>@​REslim30</code></a></li>
<li>couchbase: allow to configure bucket replicas and default to 0. (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5840">#5840</a>)
<a href="https://github.com/daschl"><code>@​daschl</code></a></li>
<li>Add compatibility with MongoDB 6 (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5771">#5771</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Set default elasticsearch heap size to 2GB (Alternate PR) (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5684">#5684</a>)
<a href="https://github.com/REslim30"><code>@​REslim30</code></a></li>
<li>Add <code>Transferable.of(String, int)</code> (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5741">#5741</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Make TestcontainersExtension public (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5285">#5285</a>)
<a href="https://github.com/hmatt1"><code>@​hmatt1</code></a></li>
<li>Update Cassandra driver to 4.x (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/2830">#2830</a>)
<a
href="https://github.com/emerkle826"><code>@​emerkle826</code></a></li>
<li>Make outer maximum startup timeout in
<code>DockerComposeContainer</code> configurable (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5588">#5588</a>)
<a
href="https://github.com/henri-tremblay"><code>@​henri-tremblay</code></a></li>
<li>Improve Pulsar's wait strategy to rely on clusterName (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5613">#5613</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="2215e21905"><code>2215e21</code></a>
Add Testcontainers icon for JetBrains IDEs (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5870">#5870</a>)</li>
<li><a
href="405ddb7e39"><code>405ddb7</code></a>
Allow Pulsar default WaitStrategy to honour startup timeout (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5674">#5674</a>)</li>
<li><a
href="f54a29a484"><code>f54a29a</code></a>
<code>getLivenessCheckPortNumbers()</code> should return mapped port (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5734">#5734</a>)</li>
<li><a
href="9847d5930b"><code>9847d59</code></a>
Fix: ContainerDatabaseDriver does not register Properties object (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5829">#5829</a>)</li>
<li><a
href="de1a77ed83"><code>de1a77e</code></a>
Improve consistency of Testcontainers name in docs (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5866">#5866</a>)</li>
<li><a
href="459d2f6b89"><code>459d2f6</code></a>
Use <code>testCompileOnly</code> instead of
<code>testCompileClasspath</code> (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5849">#5849</a>)</li>
<li><a
href="22aa85d24e"><code>22aa85d</code></a>
Remove thundra from ci.yml (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5850">#5850</a>)</li>
<li><a
href="9e98addab9"><code>9e98add</code></a>
Update slf4j in test-support to 2.0.0 (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5848">#5848</a>)</li>
<li><a
href="9540652fa4"><code>9540652</code></a>
Update localstack images in tests (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5783">#5783</a>)</li>
<li><a
href="1f3a1f764f"><code>1f3a1f7</code></a>
couchbase: allow to configure bucket replicas and default to 0. (<a
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5840">#5840</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.4">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.3&new-version=1.17.4)](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-30 09:39:51 -04:00
Trask Stalnaker 425128399e
Update errorprone (#490) 2022-09-29 16:42:29 -07:00
dependabot[bot] 639cd24b54
Bump simpleclient_httpserver from 0.12.0 to 0.16.0 (#483) 2022-09-28 22:18:20 -07:00
dependabot[bot] 405415f992
Bump slf4j-simple from 1.7.36 to 2.0.3 (#484) 2022-09-28 22:17:50 -07:00
dependabot[bot] 0513c558ea
Bump simpleclient_common from 0.12.0 to 0.16.0 (#486) 2022-09-28 22:08:52 -07:00
dependabot[bot] c5d275eaf8
Bump slf4j-api from 1.7.36 to 2.0.3 (#480) 2022-09-28 22:08:24 -07:00
dependabot[bot] 3e67a0303e
Bump jcl-over-slf4j from 1.7.36 to 2.0.3 (#488) 2022-09-28 21:57:44 -07:00
dependabot[bot] 4b3d7fa7ba
Bump simpleclient from 0.12.0 to 0.16.0 (#482) 2022-09-28 21:57:08 -07:00
dependabot[bot] 05e0d1bfaa
Bump error_prone_annotations from 2.14.0 to 2.15.0 (#487) 2022-09-28 21:56:39 -07:00
dependabot[bot] 1d79b02872
Bump jul-to-slf4j from 1.7.36 to 2.0.3 (#485) 2022-09-28 21:53:59 -07:00
dependabot[bot] 45731cea55
Bump log4j-over-slf4j from 1.7.36 to 2.0.3 (#481) 2022-09-28 21:50:15 -07:00
Trask Stalnaker b30f895525
More dependabot (#477)
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,
see
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6712
2022-09-28 16:51:43 -07:00
Jean Bisutti 47ab6dae56
Static instrumentation: remove Gradle plugin mentions (#479)
The Gradle plugin of the static instrumentation does not seem
implemented.

This PR proposes to remove the mentions of this plugin to avoid
misunderstandings.
2022-09-28 16:09:34 -07:00
Jean Bisutti e932a0857f
Fix some Windows compatibility issues for static instrumentation tests (#478)
Fix some Windows compatibility issues for static instrumentation tests:
* Path issue
* See [this JUnit 5
issue](https://github.com/junit-team/junit5/issues/2811)
2022-09-28 16:09:06 -07:00
Jean Bisutti a8a6a20e15
Update static instrumenter readme (#475)
Add explanations to the Readme of the static instrumenter project and
try to make it a bit more actionable.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-28 09:34:09 -07:00
Trask Stalnaker 94127532ae
Add repository settings doc (#463)
* Add repository settings doc

* clarify

* more
2022-09-23 14:19:10 -07:00
dependabot[bot] b931535ae7
Bump opentelemetry-proto from 0.11.0-alpha to 0.19.0-alpha (#465) 2022-09-22 16:06:11 -07:00
dependabot[bot] a3f6246a54
Bump maven-plugin-annotations from 3.6.0 to 3.6.4 (#468) 2022-09-22 15:34:00 -07:00
dependabot[bot] baa575448f
Bump testcontainers-bom from 1.16.3 to 1.17.3 (#470) 2022-09-22 12:19:56 -07:00
dependabot[bot] 959785bee6
Bump jackson-bom from 2.13.2.20220328 to 2.13.4 (#457) 2022-09-22 12:05:29 -07:00
dependabot[bot] 41cd978e7e
Bump jsonassert from 1.5.0 to 1.5.1 (#460) 2022-09-22 12:04:57 -07:00
dependabot[bot] d8b74c3ab8
Bump nullaway from 0.9.5 to 0.10.2 (#451) 2022-09-22 11:54:11 -07:00
dependabot[bot] fe289f4666
Bump hipparchus-stat from 2.1 to 2.2 (#455) 2022-09-22 11:52:34 -07:00
dependabot[bot] f043b5318e
Bump micrometer-registry-prometheus from 1.8.5 to 1.9.4 (#469) 2022-09-22 11:36:08 -07:00
dependabot[bot] 798899acce
Bump micrometer-core (version used for testing) from 1.1.0 to 1.9.4 (#458) 2022-09-22 11:35:34 -07:00
dependabot[bot] e27e5f3a66
Bump junit-pioneer from 1.7.0 to 1.7.1 (#459) 2022-09-22 11:34:29 -07:00
dependabot[bot] 6b0dd6b94e
Bump assertj-core from 3.22.0 to 3.23.1 (#461) 2022-09-22 11:30:38 -07:00
dependabot[bot] 19b860a66c
Bump armeria-bom from 1.14.0 to 1.19.0 (#466) 2022-09-22 11:21:59 -07:00
dependabot[bot] 068e492a98
Bump plexus-component-annotations from 2.1.0 to 2.1.1 (#464) 2022-09-22 11:13:19 -07:00
dependabot[bot] 6aad3a2f52
Bump byte-buddy-agent from 1.11.18 to 1.12.17 (#462) 2022-09-22 10:48:25 -07:00
dependabot[bot] 9dc5125924
Bump maven-plugin-api from 3.6.3 to 3.8.6 (#453) 2022-09-22 10:46:04 -07:00
dependabot[bot] ac7461b87c
Bump awaitility from 4.1.1 to 4.2.0 (#452) 2022-09-22 10:45:40 -07:00
dependabot[bot] d983beabd9
Bump groovy-bom from 3.0.8 to 3.0.13 (#450) 2022-09-22 10:29:42 -07:00