Skip to content

Commit a89f803

Browse files
Bump OpenFeature SDK to 1.20.1 (#10438)
This version includes a fix for empty targeting key handling.
1 parent c6c245f commit a89f803

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

dd-smoke-tests/openfeature/gradle.lockfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
4545
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
4646
commons-io:commons-io:2.20.0=spotbugs
4747
de.thetaphi:forbiddenapis:3.10=compileClasspath
48-
dev.openfeature:sdk:1.18.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48+
dev.openfeature:sdk:1.20.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5050
io.sqreen:libsqreen:17.3.0=testRuntimeClasspath
5151
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -99,7 +99,6 @@ org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
9999
org.junit.platform:junit-platform-runner:1.14.1=testRuntimeClasspath
100100
org.junit.platform:junit-platform-suite-api:1.14.1=testRuntimeClasspath
101101
org.junit.platform:junit-platform-suite-commons:1.14.1=testRuntimeClasspath
102-
org.junit:junit-bom:5.14.0=spotbugs
103102
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
104103
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
105104
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath

products/feature-flagging/api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ java {
4141
}
4242

4343
dependencies {
44-
api("dev.openfeature:sdk:1.18.2")
44+
api("dev.openfeature:sdk:1.20.1")
4545

4646
compileOnly(project(":products:feature-flagging:bootstrap"))
4747

products/feature-flagging/api/gradle.lockfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ com.squareup.okio:okio:1.17.5=testCompileClasspath,testRuntimeClasspath
1515
com.thoughtworks.qdox:qdox:1.12.1=codenarc
1616
commons-io:commons-io:2.20.0=spotbugs
1717
de.thetaphi:forbiddenapis:3.10=compileClasspath
18-
dev.openfeature:sdk:1.18.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
dev.openfeature:sdk:1.20.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1919
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2020
jaxen:jaxen:2.0.0=spotbugs
2121
net.bytebuddy:byte-buddy-agent:1.18.3=testCompileClasspath,testRuntimeClasspath
@@ -54,7 +54,6 @@ org.junit.jupiter:junit-jupiter:5.14.1=testCompileClasspath,testRuntimeClasspath
5454
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
5555
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
5656
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
57-
org.junit:junit-bom:5.14.0=spotbugs
5857
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
5958
org.mockito:mockito-core:4.4.0=testCompileClasspath,testRuntimeClasspath
6059
org.mockito:mockito-junit-jupiter:4.4.0=testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)