Skip to content

Commit

Permalink
Bump StackExchange.Redis from 2.8.16 to 2.8.22 (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 25251ad commit 75d2900
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageVersion Include="NLog" Version="5.3.4" />
<PackageVersion Include="RabbitMQ.Client" Version="6.8.1" />
<PackageVersion Include="Spectre.Console" Version="0.49.1" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.16" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.22" />
<PackageVersion Include="System.IO.Abstractions" Version="21.1.3" />
<PackageVersion Include="System.IO.FileSystem" Version="4.3.0" />
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
Expand Down
6 changes: 3 additions & 3 deletions src/SmiServices/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@
},
"StackExchange.Redis": {
"type": "Direct",
"requested": "[2.8.16, )",
"resolved": "2.8.16",
"contentHash": "WaoulkOqOC9jHepca3JZKFTqndCWab5uYS7qCzmiQDlrTkFaDN7eLSlEfHycBxipRnQY9ppZM7QSsWAwUEGblw==",
"requested": "[2.8.22, )",
"resolved": "2.8.22",
"contentHash": "GRA97f4cHYxBI/fKOfgs3GyKklc5is6YKM2yWbkiCZGR/JKsXIo0sRJSSeJabriJAZkKFthM0rXnULFfSbs0KA==",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
"Pipelines.Sockets.Unofficial": "2.2.8"
Expand Down
8 changes: 4 additions & 4 deletions tests/SmiServices.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@
"NLog": "[5.3.4, )",
"Newtonsoft.Json": "[13.0.3, )",
"RabbitMQ.Client": "[6.8.1, )",
"StackExchange.Redis": "[2.8.16, )",
"StackExchange.Redis": "[2.8.22, )",
"System.IO.Abstractions": "[21.1.3, )",
"System.Private.Uri": "[4.3.2, )",
"YamlDotNet": "[16.2.1, )"
Expand Down Expand Up @@ -1152,9 +1152,9 @@
},
"StackExchange.Redis": {
"type": "CentralTransitive",
"requested": "[2.8.16, )",
"resolved": "2.8.16",
"contentHash": "WaoulkOqOC9jHepca3JZKFTqndCWab5uYS7qCzmiQDlrTkFaDN7eLSlEfHycBxipRnQY9ppZM7QSsWAwUEGblw==",
"requested": "[2.8.22, )",
"resolved": "2.8.22",
"contentHash": "GRA97f4cHYxBI/fKOfgs3GyKklc5is6YKM2yWbkiCZGR/JKsXIo0sRJSSeJabriJAZkKFthM0rXnULFfSbs0KA==",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
"Pipelines.Sockets.Unofficial": "2.2.8"
Expand Down
8 changes: 4 additions & 4 deletions tests/SmiServices.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@
"NLog": "[5.3.4, )",
"Newtonsoft.Json": "[13.0.3, )",
"RabbitMQ.Client": "[6.8.1, )",
"StackExchange.Redis": "[2.8.16, )",
"StackExchange.Redis": "[2.8.22, )",
"System.IO.Abstractions": "[21.1.3, )",
"System.Private.Uri": "[4.3.2, )",
"YamlDotNet": "[16.2.1, )"
Expand Down Expand Up @@ -1137,9 +1137,9 @@
},
"StackExchange.Redis": {
"type": "CentralTransitive",
"requested": "[2.8.16, )",
"resolved": "2.8.16",
"contentHash": "WaoulkOqOC9jHepca3JZKFTqndCWab5uYS7qCzmiQDlrTkFaDN7eLSlEfHycBxipRnQY9ppZM7QSsWAwUEGblw==",
"requested": "[2.8.22, )",
"resolved": "2.8.22",
"contentHash": "GRA97f4cHYxBI/fKOfgs3GyKklc5is6YKM2yWbkiCZGR/JKsXIo0sRJSSeJabriJAZkKFthM0rXnULFfSbs0KA==",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
"Pipelines.Sockets.Unofficial": "2.2.8"
Expand Down

0 comments on commit 75d2900

Please sign in to comment.