Skip to content

Commit 479d814

Browse files
committed
fix: bumping underlying launchdarkly-java-server-sdk API version to require minimum with CVE fixes
1 parent b9a6f4c commit 479d814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java-server-sdk-redis-store/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242
}
4343

4444
ext.versions = [
45-
"sdk": "6.2.1", // the *lowest* version we're compatible with
45+
"sdk": "6.3.0", // the *lowest* version we're compatible with
4646
"jedis": "2.9.0"
4747
]
4848

0 commit comments

Comments
 (0)