Skip to content

Commit

Permalink
chore(deps): update dependency dev.openfeature.contrib.providers:flag…
Browse files Browse the repository at this point in the history
…d to v0.10.5 (#893)

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.4` -> `0.10.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.openfeature.contrib.providers:flagd/0.10.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.10.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.10.4/0.10.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.10.4/0.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 220770b commit 92c51ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/getting-started/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.10.4</version>
<version>0.10.5</version>
</dependency>
```

Expand All @@ -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.4'
implementation 'dev.openfeature.contrib.providers:flagd:0.10.5'
```

</TabItem>
Expand Down

0 comments on commit 92c51ca

Please sign in to comment.