From 520c143fc72d421dd65a8b77bb8084bbcb89ef8a Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:07:23 -0700 Subject: [PATCH] Update dependency com.slack.eithernet:eithernet to v1.6.0 (#904) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.slack.eithernet:eithernet](https://togithub.com/slackhq/eithernet) | dependencies | minor | `1.5.0` -> `1.6.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
slackhq/eithernet (com.slack.eithernet:eithernet) ### [`v1.6.0`](https://togithub.com/slackhq/eithernet/blob/HEAD/CHANGELOG.md#160) [Compare Source](https://togithub.com/slackhq/eithernet/compare/1.5.0...1.6.0) *2023-09-26* - **Enhancement**: Add `shouldRetry` parameter to `retryWithExponentialBackoff()` to allow conditional short-circuiting of retries.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e5eb2eec1..b5bf028e4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ datastore = "1.1.0-alpha05" dependencyAnalysisPlugin = "1.22.0" detekt = "1.23.1" dokka = "1.9.0" -eithernet = "1.5.0" +eithernet = "1.6.0" jdk = "20" kotlin = "1.9.10" kotlinpoet = "1.14.2"