Skip to content

Commit

Permalink
chore(deps): update dependency dev.openfeature:sdk to v1.7.4 (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent e87b5c2 commit edc7b70
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 @@ -59,7 +59,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.7.3</version>
<version>1.7.4</version>
</dependency>
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
Expand All @@ -72,7 +72,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
<TabItem value="gradle" label="Gradle">

```groovy
implementation 'dev.openfeature:sdk:1.7.3'
implementation 'dev.openfeature:sdk:1.7.4'
implementation 'dev.openfeature.contrib.providers:flagd:0.6.9'
```

Expand Down

0 comments on commit edc7b70

Please sign in to comment.