From 220770b2bcadf4c904b803b0561b5a1c1e1013d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:55:01 +0000 Subject: [PATCH] chore(deps): update dependency dev.openfeature.contrib.providers:flagd to v0.10.4 (#892) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dev.openfeature.contrib.providers:flagd](https://openfeature.dev) ([source](https://redirect.github.com/open-feature/java-sdk-contrib)) | `0.10.3` -> `0.10.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.openfeature.contrib.providers:flagd/0.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.openfeature.contrib.providers:flagd/0.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.openfeature.contrib.providers:flagd/0.10.3/0.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.openfeature.contrib.providers:flagd/0.10.3/0.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/tutorials/getting-started/java.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/getting-started/java.mdx b/docs/tutorials/getting-started/java.mdx index aa5a39b8..3e4aed3f 100644 --- a/docs/tutorials/getting-started/java.mdx +++ b/docs/tutorials/getting-started/java.mdx @@ -64,7 +64,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver dev.openfeature.contrib.providers flagd - 0.10.3 + 0.10.4 ``` @@ -73,7 +73,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver ```groovy implementation 'dev.openfeature:sdk:1.13.0' -implementation 'dev.openfeature.contrib.providers:flagd:0.10.3' +implementation 'dev.openfeature.contrib.providers:flagd:0.10.4' ```