Skip to content

Commit d7eff51

Browse files
chore(deps): update dependency dev.openfeature.contrib.providers:flagd to v0.11.1 (#979)
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.5` -> `0.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.openfeature.contrib.providers:flagd/0.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.openfeature.contrib.providers:flagd/0.11.1?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.5/0.11.1?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.5/0.11.1?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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ee8c74 commit d7eff51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/getting-started/java.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
6464
<dependency>
6565
<groupId>dev.openfeature.contrib.providers</groupId>
6666
<artifactId>flagd</artifactId>
67-
<version>0.10.5</version>
67+
<version>0.11.1</version>
6868
</dependency>
6969
```
7070

@@ -73,7 +73,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
7373

7474
```groovy
7575
implementation 'dev.openfeature:sdk:1.14.0'
76-
implementation 'dev.openfeature.contrib.providers:flagd:0.10.5'
76+
implementation 'dev.openfeature.contrib.providers:flagd:0.11.1'
7777
```
7878

7979
</TabItem>

0 commit comments

Comments
 (0)