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

Commit 27dd8b1

Browse files
authored
prepare 5.3.1 release (#230)
1 parent a9f668e commit 27dd8b1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## [5.3.1] - 2021-04-08
6+
### Fixed:
7+
- Updated the `commons-codec` dependency from 1.10 to 1.15. There was a [known vulnerability](https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113) in earlier versions of `commons-codec`-- although it did not affect this SDK, since it involved base64 decoding, which is not a thing the SDK ever does.
8+
59
## [5.3.0] - 2021-03-09
610
### Added:
711
- When using the file data source, `FileDataSourceBuilder.duplicateKeysHandling` allows you to specify that duplicate flag keys should _not_ cause an error as they normally would. [(#226)](https://github.com/launchdarkly/java-server-sdk/issues/226)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ext {
6868
ext.libraries = [:]
6969

7070
ext.versions = [
71-
"commonsCodec": "1.10",
71+
"commonsCodec": "1.15",
7272
"gson": "2.7",
7373
"guava": "30.1-jre",
7474
"jackson": "2.11.2",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=5.3.0
1+
version=5.3.1
22
# The following empty ossrh properties are used by LaunchDarkly's internal integration testing framework
33
# and should not be needed for typical development purposes (including by third-party developers).
44
ossrhUsername=

0 commit comments

Comments
 (0)