Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"lib/java-server-sdk-redis-store": "3.0.1",
"lib/shared/common": "2.1.2",
"lib/shared/internal": "1.5.1",
"lib/sdk/server": "7.10.1"
"lib/sdk/server": "7.10.2"
}
8 changes: 8 additions & 0 deletions lib/sdk/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [7.10.2](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.10.1...launchdarkly-java-server-sdk-7.10.2) (2025-08-26)


### Bug Fixes

* bumping Java Server internal version to incorporate various dependency bumps ([#87](https://github.com/launchdarkly/java-core/issues/87)) ([ae0fa11](https://github.com/launchdarkly/java-core/commit/ae0fa113e0c00e9198878d503fbe6d0bd6016bda))
* updating various dependencies to latest minor to incorporate fixes ([b4425d7](https://github.com/launchdarkly/java-core/commit/b4425d74cc5db3c2cba1768b95b1fb903e591684))

## [7.10.1](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.10.0...launchdarkly-java-server-sdk-7.10.1) (2025-06-30)


Expand Down
2 changes: 1 addition & 1 deletion lib/sdk/server/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#x-release-please-start-version
version=7.10.1
version=7.10.2
#x-release-please-end

# See https://github.com/gradle/gradle/issues/11308 regarding the following property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ private Version() {}

// This constant is updated automatically by our Gradle script during a release, if the project version has changed
// x-release-please-start-version
static final String SDK_VERSION = "7.10.1";
static final String SDK_VERSION = "7.10.2";
// x-release-please-end
}