Skip to content

Commit

Permalink
Bump com.azure:azure-data-appconfiguration from 1.4.3 to 1.4.4 (#3014)
Browse files Browse the repository at this point in the history
Bumps
[com.azure:azure-data-appconfiguration](https://github.com/Azure/azure-sdk-for-java)
from 1.4.3 to 1.4.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-java/releases">com.azure:azure-data-appconfiguration's
releases</a>.</em></p>
<blockquote>
<h2>azure-data-appconfiguration_1.4.4</h2>
<h2>1.4.4 (2023-04-18)</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Fixed the bug that multiple authentications coexist per builder. App
Configuration client builder should only
support single authentication per builder instance.</li>
<li>Moved the validation of authentication to client builder's
<code>build()</code> method.</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Fixed a race condition of invalid signature issue by not sharing
<code>Mac</code> instance in class-level per request operation.
<code>Mac</code> isn't thread-safe, multiple threads could use it at
once.</li>
</ul>
<h3>Other Changes</h3>
<h4>Dependency Updates</h4>
<ul>
<li>Upgraded <code>azure-core</code> from <code>1.37.0</code> to version
<code>1.38.0</code>.</li>
<li>Upgraded <code>azure-core-http-netty</code> from <code>1.13.1</code>
to version <code>1.13.2</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/143c6d8a756dc7fac88ad1ab82dfdd04b2cca96c"><code>143c6d8</code></a>
Fix CVE-2022-21724 (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26886">#26886</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/4257cfb5f2185ba83e62448668a03dd49a92df00"><code>4257cfb</code></a>
Prepare Identity Patch Release Feb 2022 (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26909">#26909</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/6c930de7d35989957f5c5b18d1b3fb937d9727ff"><code>6c930de</code></a>
Add Traits to Search builders. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26907">#26907</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/76d1704a1ecdb2d2ae4176f6e7c2dfa0c0f6069a"><code>76d1704</code></a>
AddSuportForLoggingEmptyPageDiagnostics- shortTermFix (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26869">#26869</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/071d6b306faf438f8d3a40b110dab439cb191be5"><code>071d6b3</code></a>
Exposing MessageState in ServiceBusReceivedMessage (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26897">#26897</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/7ee1c99bbb21abaa6b2e9e15278647e1507d8b94"><code>7ee1c99</code></a>
Sync eng/common directory with azure-sdk-tools for PR 2691 (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26901">#26901</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/58c802a2ea5bb19768a6f6a9760aaefa6a874c88"><code>58c802a</code></a>
Encryption Api for Bulk Operations (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26672">#26672</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/1fe7ae633cd35b518da5b39e36743cff404b0e7e"><code>1fe7ae6</code></a>
Add telemetry field truncation (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26880">#26880</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/998e4dc7234b476d64487483e0aa147135277446"><code>998e4dc</code></a>
Add trigger in template pipeline (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26881">#26881</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-java/commit/cb8e5feaac02da0e65bc690ce746cb2675357904"><code>cb8e5fe</code></a>
Increment version for core releases (<a
href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/26875">#26875</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.4.3...azure-identity_1.4.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.azure:azure-data-appconfiguration&package-manager=gradle&previous-version=1.4.3&new-version=1.4.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2023
1 parent 3a964ca commit 355d182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/azure-monitor-exporter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testImplementation("uk.org.webcompere:system-stubs-jupiter:2.0.2")
testImplementation("io.github.hakky54:logcaptor")

testImplementation("com.azure:azure-data-appconfiguration:1.4.3")
testImplementation("com.azure:azure-data-appconfiguration:1.4.4")
testImplementation("com.azure:azure-messaging-eventhubs:5.15.3")
testImplementation("com.azure:azure-messaging-eventhubs-checkpointstore-blob:1.16.4")

Expand Down

0 comments on commit 355d182

Please sign in to comment.