Skip to content

Commit 5895912

Browse files
Bump com.azure:azure-core-test from 1.16.0 to 1.16.1 (#3010)
Bumps [com.azure:azure-core-test](https://github.com/Azure/azure-sdk-for-java) from 1.16.0 to 1.16.1. <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.1</h2> <h2>1.16.1 (2023-04-14)</h2> <h3>Bugs Fixed</h3> <ul> <li>Updated timeout values for waiting for test proxy initialization.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/e0e4f09ae50d6c28dd8070046402f5a873084a91"><code>e0e4f09</code></a> Prepare for release</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/683d75b8b788f699abc0c2e62074eeab97141376"><code>683d75b</code></a> Add testing for MockTokenCredential model (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34440">#34440</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/91d4c5e62cc9ea4ef2684b5cf804a704f32e6ecb"><code>91d4c5e</code></a> Add mock token credential to azure-core-test (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34418">#34418</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/6506a5f9a438ecf854c1b24fa298628a53376b96"><code>6506a5f</code></a> Extend test proxy initialization timeout (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34391">#34391</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/786bd55beab5708f4cf9f3679ab8c76b96fc341e"><code>786bd55</code></a> Fix azure-core-experimental CHANGELOG (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34377">#34377</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/be0c0dc184a503e704c92358ea7a1bf336faa0db"><code>be0c0dc</code></a> Prepare Core Libraries for April 2023 Release (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34372">#34372</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/01fe224b6bd0f9b49ee3e97865278c5249dcbced"><code>01fe224</code></a> Don't install the proxy in CI (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34373">#34373</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/67f083cfa71607bc8f79e99dec75c0af3479f055"><code>67f083c</code></a> Update azure-sdk-build-tools Repository Resource Refs in Yaml files (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34367">#34367</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/1e3b58d00c720f3d8ecabd1b47d2dc93978551cf"><code>1e3b58d</code></a> Update Core to use Azure Json (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34357">#34357</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/716048882f1b3f0b55c6d191f3fec5e6396fdfb3"><code>7160488</code></a> Azure JSON Documentation Updates (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/34324">#34324</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.16.0...azure-core-test_1.16.1">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.16.0&new-version=1.16.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbeeeaa commit 5895912

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.16.0", // this is not included in azure-sdk-bom
85+
"com.azure:azure-core-test:1.16.1", // 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)