Skip to content

Commit fb76712

Browse files
authored
feat: Inline context for custom and migration events (#63)
1 parent a8fd9d9 commit fb76712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/sdk/server/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ext.versions = [
7171
"guava": "32.0.1-jre",
7272
"jackson": "2.11.2",
7373
"launchdarklyJavaSdkCommon": "2.1.1",
74-
"launchdarklyJavaSdkInternal": "1.3.0",
74+
"launchdarklyJavaSdkInternal": "1.4.0",
7575
"launchdarklyLogging": "1.1.0",
7676
"okhttp": "4.9.3", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
7777
"okhttpEventsource": "4.1.0",

lib/sdk/server/contract-tests/service/src/main/java/sdktest/TestService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class TestService {
3535
"filtering",
3636
"migrations",
3737
"event-sampling",
38-
"inline-context",
38+
"inline-context-all",
3939
"anonymous-redaction",
4040
"evaluation-hooks",
4141
"client-prereq-events"

0 commit comments

Comments
 (0)