From 8bb6c0270b87d424c2da15ac8a9285dade0e6211 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:08:16 -0800 Subject: [PATCH] prepare 1.2.1 release (#9) ## [1.2.1] - 2023-11-13 ### Fixed: - Fixes NPE when interacting with Context created by use of `copyFrom`. (Thanks, [ pedroafonsodias](https://github.com/launchdarkly/java-sdk-common/pull/15)) --------- Co-authored-by: Eli Bishop Co-authored-by: LaunchDarklyReleaseBot Co-authored-by: Todd Anderson Co-authored-by: tanderson-ld <127344469+tanderson-ld@users.noreply.github.com> Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com> Co-authored-by: Kane Parkinson <93555788+kparkinson-ld@users.noreply.github.com> Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> --- buildSrc/src/main/kotlin/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 2eef4c3..2b71ae6 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -4,7 +4,7 @@ object Versions { const val gson = "2.8.9" - const val launchdarklyJavaSdkCommon = "2.0.0" + const val launchdarklyJavaSdkCommon = "2.1.1" const val launchdarklyLogging = "1.1.1" const val okhttp = "4.9.1" const val testHelpers = "1.2.0"