Skip to content

Commit 1152e46

Browse files
fix: Reduce openfeature lower bound to 1.13 instead of 1.14 (#38)
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my changes against all supported platform versions Tracking was added in 1.13.0 so we can move the under bound from 1.14.0 (current minor version as of now) to 1.13.0
1 parent 43d1715 commit 1152e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ nexusPublishing {
107107
dependencies {
108108
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '[7.1.0, 8.0.0)'
109109

110-
implementation 'dev.openfeature:sdk:[1.14.0,2.0.0)'
110+
implementation 'dev.openfeature:sdk:[1.13.0,2.0.0)'
111111

112112
// Use JUnit test framework
113113
testImplementation(platform('org.junit:junit-bom:5.10.0'))

0 commit comments

Comments
 (0)