Skip to content

Commit f5a7d3c

Browse files
chore(deps): update dependency dev.openfeature.contrib.providers:flagd to v0.11.5 (#1021)
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.11.4` -> `0.11.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.openfeature.contrib.providers:flagd/0.11.5?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.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.openfeature.contrib.providers:flagd/0.11.4/0.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.openfeature.contrib.providers:flagd/0.11.4/0.11.5?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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddb60c5 commit f5a7d3c

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.11.4</version>
67+
<version>0.11.5</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.1'
76-
implementation 'dev.openfeature.contrib.providers:flagd:0.11.4'
76+
implementation 'dev.openfeature.contrib.providers:flagd:0.11.5'
7777
```
7878

7979
</TabItem>

0 commit comments

Comments
 (0)