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.9.0
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent bd5f3ed commit 72754b0
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.8.9</version>
<version>0.9.0</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.12.0'
implementation 'dev.openfeature.contrib.providers:flagd:0.8.9'
implementation 'dev.openfeature.contrib.providers:flagd:0.9.0'
```

</TabItem>
Expand Down

0 comments on commit 72754b0

Please sign in to comment.