From fa088bd79f49af76cdc4c62225ce05fae3a08b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:24:26 +0000 Subject: [PATCH] Bump StackExchange.Redis from 2.1.58 to 2.6.96 in /test (#2235) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump StackExchange.Redis from 2.1.58 to 2.6.96 in /test Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.1.58 to 2.6.96. - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](https://github.com/StackExchange/StackExchange.Redis/compare/2.1.58...2.6.96) --- updated-dependencies: - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * regenerate library versions for tests --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- build/LibraryVersions.g.cs | 2 +- test/Directory.Packages.props | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index f0d40f310..dc4a4d41d 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -29,7 +29,7 @@ public static class LibraryVersion "2.1.50", "2.5.61", "2.6.66", - "2.6.90", + "2.6.96", } }, }; diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 2de9f0504..be9a4f741 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -31,7 +31,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 35a2c9c92..d1a8ed7c9 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -31,7 +31,7 @@ public static class LibraryVersion new object[] { "2.1.50" }, new object[] { "2.5.61" }, new object[] { "2.6.66" }, - new object[] { "2.6.90" }, + new object[] { "2.6.96" }, #endif }; }