Skip to content

Commit 3b4d49b

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.6.2
1 parent 53856cd commit 3b4d49b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [2.6.2] - 2022-07-27
6+
### Changed:
7+
- Updated OkHttp dependency to v4.9.3 to get [recent fixes](https://square.github.io/okhttp/changelogs/changelog_4x/), including a security fix.
8+
59
## [2.6.1] - 2022-06-29
610
### Fixed:
711
- The 2.5.0 and 2.6.0 releases mistakenly showed `kotlin-stdlib` as a compile-time dependency in `pom.xml`. While this library does use the Kotlin runtime (because the underlying OkHttp client uses Kotlin), that is a transitive dependency and is not needed at compile time.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.6.1
1+
version=2.6.2
22
ossrhUsername=
33
ossrhPassword=
44

0 commit comments

Comments
 (0)