Skip to content

Commit

Permalink
update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante committed Nov 23, 2023
1 parent 98cc2b5 commit 78ed29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CynkyAutomation/CynkyAutomation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Cynky" Version="2.0.7" />
<PackageReference Include="Cynky" Version="2.0.8" />
<PackageReference Include="DotNetSeleniumExtras.WaitHelpers" Version="3.11.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/Utilities/CosmosDB.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static List<BsonDocument> GetCredentialsItemsFromMongoDB(string dbName, string c
}
#endregion

public static void UpdateItem(string dbName, string collectionName, object jsonItem)
public static void UpdateItem(string dbName, string collectionName, dynamic jsonItem)
{
using (var _client = new CosmosClient(ConfigManager.AzureCosmosDBURL.GetValueOrDefault(dbName),
ConfigManager.AzureCosmosDBSecretKey.GetValueOrDefault(dbName)))
Expand Down

0 comments on commit 78ed29f

Please sign in to comment.