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

Commit 35fc9b0

Browse files
author
Dan Richelson
committed
Update Gson version. Release 2.0.4
1 parent 4a059ef commit 35fc9b0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
All 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1717
1. Import the LaunchDarkly package:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
allprojects {
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"

0 commit comments

Comments
 (0)