This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33
44All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
55
6+ ## [ 2.0.4] - 2016-10-12
7+ ### Changed
8+ - Updated GSON dependency version to 2.7
9+
610## [ 2.0.3] - 2016-10-10
711### Added
812- StreamingProcessor now supports increasing retry delays with jitter. Addresses [ https://github.com/launchdarkly/java-client/issues/74[(https://github.com/launchdarkly/java-client/issues/74)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Quick setup
1111 <dependency>
1212 <groupId>com.launchdarkly</groupId>
1313 <artifactId>launchdarkly-client</artifactId>
14- <version>2.0.3 </version>
14+ <version>2.0.4 </version>
1515 </dependency>
1616
17171 . Import the LaunchDarkly package:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919
2020allprojects {
2121 group = ' com.launchdarkly'
22- version = " 2.0.3 "
22+ version = " 2.0.4 "
2323 sourceCompatibility = 1.7
2424 targetCompatibility = 1.7
2525}
@@ -28,7 +28,7 @@ dependencies {
2828 compile " org.apache.httpcomponents:httpclient:4.5.2"
2929 compile " org.apache.httpcomponents:httpclient-cache:4.5.2"
3030 compile " commons-codec:commons-codec:1.10"
31- compile " com.google.code.gson:gson:2.6.2 "
31+ compile " com.google.code.gson:gson:2.7 "
3232 compile " com.google.guava:guava:19.0"
3333 compile " joda-time:joda-time:2.9.3"
3434 compile " org.slf4j:slf4j-api:1.7.21"
You can’t perform that action at this time.
0 commit comments