Skip to content

Commit 650dfbe

Browse files
chore(main): release launchdarkly-java-server-sdk 7.10.2 (#86)
🤖 I have created a release *beep* *boop* --- ## [7.10.2](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](#87)) ([ae0fa11](ae0fa11)) * updating various dependencies to latest minor to incorporate fixes ([b4425d7](b4425d7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae0fa11 commit 650dfbe

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"lib/java-server-sdk-redis-store": "3.0.1",
44
"lib/shared/common": "2.1.2",
55
"lib/shared/internal": "1.5.1",
6-
"lib/sdk/server": "7.10.1"
6+
"lib/sdk/server": "7.10.2"
77
}

lib/sdk/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [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)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
* updating various dependencies to latest minor to incorporate fixes ([b4425d7](https://github.com/launchdarkly/java-core/commit/b4425d74cc5db3c2cba1768b95b1fb903e591684))
12+
513
## [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)
614

715

lib/sdk/server/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#x-release-please-start-version
2-
version=7.10.1
2+
version=7.10.2
33
#x-release-please-end
44

55
# See https://github.com/gradle/gradle/issues/11308 regarding the following property

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ private Version() {}
55

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

0 commit comments

Comments
 (0)