From e089c2f882493fcbcd603670a0128906349ffb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:23:44 +0000 Subject: [PATCH] chore: Bump github.com/launchdarkly/go-server-sdk/v7 Bumps [github.com/launchdarkly/go-server-sdk/v7](https://github.com/launchdarkly/go-server-sdk) from 7.14.6 to 7.14.7. - [Release notes](https://github.com/launchdarkly/go-server-sdk/releases) - [Changelog](https://github.com/launchdarkly/go-server-sdk/blob/v7/CHANGELOG.md) - [Commits](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.6...v7.14.7) --- updated-dependencies: - dependency-name: github.com/launchdarkly/go-server-sdk/v7 dependency-version: 7.14.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f95616..bcb54e2 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.1 require ( github.com/launchdarkly/go-sdk-common/v3 v3.5.0 - github.com/launchdarkly/go-server-sdk/v7 v7.14.6 + github.com/launchdarkly/go-server-sdk/v7 v7.14.7 ) require (