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

Commit

Permalink
Update Gson version. Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Richelson committed Oct 12, 2016
1 parent 4a059ef commit 35fc9b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [2.0.4] - 2016-10-12
### Changed
- Updated GSON dependency version to 2.7

## [2.0.3] - 2016-10-10
### Added
- 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Quick setup
<dependency>
<groupId>com.launchdarkly</groupId>
<artifactId>launchdarkly-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

1. Import the LaunchDarkly package:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

allprojects {
group = 'com.launchdarkly'
version = "2.0.3"
version = "2.0.4"
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
Expand All @@ -28,7 +28,7 @@ dependencies {
compile "org.apache.httpcomponents:httpclient:4.5.2"
compile "org.apache.httpcomponents:httpclient-cache:4.5.2"
compile "commons-codec:commons-codec:1.10"
compile "com.google.code.gson:gson:2.6.2"
compile "com.google.code.gson:gson:2.7"
compile "com.google.guava:guava:19.0"
compile "joda-time:joda-time:2.9.3"
compile "org.slf4j:slf4j-api:1.7.21"
Expand Down

0 comments on commit 35fc9b0

Please sign in to comment.