Bump StackExchange.Redis from 2.1.58 to 2.6.96 in /test (#2235)

* 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] <support@github.com>

* regenerate library versions for tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This commit is contained in:
dependabot[bot] 2023-02-22 17:24:26 +00:00 committed by GitHub
parent 309c20b29b
commit fa088bd79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ public static class LibraryVersion
"2.1.50", "2.1.50",
"2.5.61", "2.5.61",
"2.6.66", "2.6.66",
"2.6.90", "2.6.96",
} }
}, },
}; };

View File

@ -31,7 +31,7 @@
<PackageVersion Include="Quartz" Version="3.4.0" /> <PackageVersion Include="Quartz" Version="3.4.0" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.4.0" /> <PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.4.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.4.0" /> <PackageVersion Include="Quartz.Extensions.Hosting" Version="3.4.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.6.90" /> <PackageVersion Include="StackExchange.Redis" Version="2.6.96" />
<PackageVersion Include="StrongNamer" Version="0.2.5" /> <PackageVersion Include="StrongNamer" Version="0.2.5" />
<PackageVersion Include="System.Collections.Immutable" Version="7.0.0" /> <PackageVersion Include="System.Collections.Immutable" Version="7.0.0" />
<PackageVersion Include="System.Runtime.InteropServices" Version="4.3.0" /> <PackageVersion Include="System.Runtime.InteropServices" Version="4.3.0" />

View File

@ -31,7 +31,7 @@ public static class LibraryVersion
new object[] { "2.1.50" }, new object[] { "2.1.50" },
new object[] { "2.5.61" }, new object[] { "2.5.61" },
new object[] { "2.6.66" }, new object[] { "2.6.66" },
new object[] { "2.6.90" }, new object[] { "2.6.96" },
#endif #endif
}; };
} }