Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
prepare 1.2.1 release (#9)
Browse files Browse the repository at this point in the history
## [1.2.1] - 2023-11-13
### Fixed:
- Fixes NPE when interacting with Context created by use of `copyFrom`.
(Thanks, [

pedroafonsodias](launchdarkly/java-sdk-common#15))

---------

Co-authored-by: Eli Bishop <[email protected]>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
Co-authored-by: Todd Anderson <[email protected]>
Co-authored-by: tanderson-ld <[email protected]>
Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com>
Co-authored-by: Kane Parkinson <[email protected]>
Co-authored-by: Ryan Lamb <[email protected]>
  • Loading branch information
8 people authored Nov 14, 2023
1 parent 32ba306 commit 8bb6c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8bb6c02

Please sign in to comment.