Skip to content

Commit 28675b1

Browse files
Bump com.azure:azure-core-test from 1.15.0 to 1.16.0 (#2995)
Bumps [com.azure:azure-core-test](https://github.com/Azure/azure-sdk-for-java) from 1.15.0 to 1.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-java/releases">com.azure:azure-core-test's releases</a>.</em></p> <blockquote> <h2>azure-core-test_1.16.0</h2> <h2>1.16.0 (2023-04-07)</h2> <h3>Features Added</h3> <ul> <li>Added <code>InterceptorManager.isRecordMode</code> to determine if the testing mode is <code>RECORD</code>.</li> <li>Added support for generic regex <code>TestProxySanitizer</code>.</li> </ul> <h3>Bugs Fixed</h3> <ul> <li>Fixed a bug where the URL would remain the Test Proxy URL instead of the service URL being called through the proxy.</li> <li>Fixed a bug where Test Proxy headers could be added multiple times to only be set once.</li> <li>Fixed a bug where multiple thread could try to download and start the test proxy resulting in random failures.</li> </ul> <h3>Other Changes</h3> <ul> <li>Added <code>Operation-Location</code> and <code>api-key</code> as default headers to redact when using Test Proxy.</li> </ul> <h4>Dependency Updates</h4> <ul> <li>Upgraded <code>azure-core</code> from <code>1.37.0</code> to <code>1.38.0</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/51c233b7c2a6d56d7cb7ec0af1d36de734db521e"><code>51c233b</code></a> Prepare for May 2021 Azure Core Releases (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/21232">#21232</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/7342c77597e90c8f8fe3f557c1f5d5ee239d1357"><code>7342c77</code></a> [Storage] Tests - Make test account configuration read DRY (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/21219">#21219</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/3622186404feb2b2d2dceb2dfacf7e9ed590997a"><code>3622186</code></a> mgmt, sample for private link (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/21198">#21198</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/d99773f335aa3da400a68f7cc1c4ee4586afda45"><code>d99773f</code></a> Extend Check Enforcer timeout (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/21196">#21196</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/37301dfd4d691fd5d2fa6541e29718abd088d8f0"><code>37301df</code></a> Revert changes to SetDevVersion. (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/21218">#21218</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/bffafdf44a151ef7ad8c03587c1e76537b872228"><code>bffafdf</code></a> Update Identity readme (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/18944">#18944</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/3ba1365187d8fb75dc6bb6a4c8cd761e3e6c20cf"><code>3ba1365</code></a> [FR] Add default log options to training client and test (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/21209">#21209</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/c30781a4025d64f7f0ac3ff5038c9b0910fad151"><code>c30781a</code></a> Update Bearer Token Challenge Auth API + Add Env Var Switch to disable CP1 ca...</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/042ac39c6e1cf78779ce99fafbb0722b35c34eaa"><code>042ac39</code></a> Added tests for BufferStagingArea (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/21215">#21215</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/5e053ce13d4a55ab5bdac1b25d64eb6b3d500557"><code>5e053ce</code></a> Service bus Readme , SAS Key sample update (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/20910">#20910</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.15.0...azure-core_1.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.azure:azure-core-test&package-manager=gradle&previous-version=1.15.0&new-version=1.16.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d098886 commit 28675b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ val DEPENDENCIES = listOf(
8282
"commons-codec:commons-codec:1.15",
8383
"org.apache.commons:commons-text:1.10.0",
8484
"com.google.code.gson:gson:2.10.1",
85-
"com.azure:azure-core-test:1.15.0", // this is not included in azure-sdk-bom
85+
"com.azure:azure-core-test:1.16.0", // this is not included in azure-sdk-bom
8686
"org.assertj:assertj-core:3.24.2",
8787
"org.awaitility:awaitility:4.2.0",
8888
"io.github.hakky54:logcaptor:2.9.0",

0 commit comments

Comments
 (0)