Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jraczek-acc committed Nov 21, 2024
1 parent c756550 commit f7893e7
Show file tree
Hide file tree
Showing 14 changed files with 561 additions and 433 deletions.
34 changes: 20 additions & 14 deletions Ocaramba.Tests.Features/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
},
"Microsoft.AnalysisServices.AdomdClient.retail.amd64": {
"type": "Transitive",
"resolved": "19.48.0",
"contentHash": "pWHme03bnYx/9CBWKKUIzh2dictkzH8kehY3vQv7fEiun4pedc1uO7tsPZwYrJMJ17o22twvNea9bnh+7KnXmQ==",
"resolved": "19.84.1",
"contentHash": "Y5L6XjS/h2jBCEWVTE+mD9vmFWC6KndpdllHmALlDDqCOCjVE4XtPAz7Vv+UTjvHeKAcy9X27D0+8Z+p/img9Q==",
"dependencies": {
"Microsoft.Identity.Client": "4.43.0"
"Microsoft.Identity.Client": "4.56.0"
}
},
"Microsoft.Bcl.AsyncInterfaces": {
Expand All @@ -125,8 +125,16 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.43.0",
"contentHash": "uaUMZB3Ywi7IPVvgRZOQotlYhD8sA4wtZESkA0qF9SYAifr1RzJyaGTFtfbAyZ/J5kGUhRklrCJIRpd0MaihKQ=="
"resolved": "4.56.0",
"contentHash": "rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.22.0"
}
},
"Microsoft.IdentityModel.Abstractions": {
"type": "Transitive",
"resolved": "6.22.0",
"contentHash": "iI+9V+2ciCrbheeLjpmjcqCnhy+r6yCoEcid3nkoFWerHgjVuT6CPM4HODUTtUPe1uwks4wcnAujJ8u+IKogHQ=="
},
"NUnit": {
"type": "Transitive",
Expand Down Expand Up @@ -246,7 +254,7 @@
"ocaramba": {
"type": "Project",
"dependencies": {
"Microsoft.AnalysisServices.AdomdClient.retail.amd64": "[19.48.0, )",
"Microsoft.AnalysisServices.AdomdClient.retail.amd64": "[19.84.1, )",
"NLog": "[5.3.4, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.26.1, )",
Expand Down Expand Up @@ -953,8 +961,8 @@
},
"runtime.native.System.Data.SqlClient.sni": {
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
"resolved": "4.4.0",
"contentHash": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
"dependencies": {
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
Expand Down Expand Up @@ -1177,12 +1185,10 @@
},
"System.Data.SqlClient": {
"type": "Transitive",
"resolved": "4.8.6",
"contentHash": "2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==",
"resolved": "4.9.0",
"contentHash": "j4KJO+vC62NyUtNHz854njEqXbT8OmAa5jb1nrGfYWBOcggyYUQE0w/snXeaCjdvkSKWuUD+hfvlbN8pTrJTXg==",
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"System.Security.Principal.Windows": "4.7.0",
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
"runtime.native.System.Data.SqlClient.sni": "4.4.0"
}
},
"System.Diagnostics.Debug": {
Expand Down Expand Up @@ -2252,7 +2258,7 @@
"Selenium.WebDriver.ChromeDriver": "[131.0.6778.8500, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Data.Common": "[4.3.0, )",
"System.Data.SqlClient": "[4.8.6, )"
"System.Data.SqlClient": "[4.9.0, )"
}
},
"ocaramba.tests.pageobjects": {
Expand Down
2 changes: 1 addition & 1 deletion Ocaramba.Tests.MsTest/Ocaramba.Tests.MsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="131.0.6778.8500" />
<PackageReference Include="Selenium.WebDriver.GeckoDriver" Version="0.35.0" />
<PackageReference Include="Selenium.WebDriver.IEDriver" Version="4.3.0" />
<PackageReference Include="Selenium.WebDriver.IEDriver" Version="4.14.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
Expand Down
12 changes: 6 additions & 6 deletions Ocaramba.Tests.MsTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
},
"Selenium.WebDriver.IEDriver": {
"type": "Direct",
"requested": "[4.3.0, )",
"resolved": "4.3.0",
"contentHash": "+M6FppGaEFrPf2t9mHy9y4fTkLVlRY3udl7JPc1mukXWrEE4mtq6KKymO5tJnnwAcaK5g0Jt7YS80dBa5xMTeg=="
"requested": "[4.14.0, )",
"resolved": "4.14.0",
"contentHash": "1oylYTK0wHXnmMC5aUH8Qf80PCKTfizLYyOrQkokf1l+FbRzAifM9R3U76V3tq+BhIwx5AUc+pboC0YZ5CnIVg=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
Expand Down Expand Up @@ -235,9 +235,9 @@
},
"Selenium.WebDriver.IEDriver": {
"type": "Direct",
"requested": "[4.3.0, )",
"resolved": "4.3.0",
"contentHash": "+M6FppGaEFrPf2t9mHy9y4fTkLVlRY3udl7JPc1mukXWrEE4mtq6KKymO5tJnnwAcaK5g0Jt7YS80dBa5xMTeg=="
"requested": "[4.14.0, )",
"resolved": "4.14.0",
"contentHash": "1oylYTK0wHXnmMC5aUH8Qf80PCKTfizLYyOrQkokf1l+FbRzAifM9R3U76V3tq+BhIwx5AUc+pboC0YZ5CnIVg=="
},
"Markdig.Signed": {
"type": "Transitive",
Expand Down
2 changes: 1 addition & 1 deletion Ocaramba.Tests.NUnit/Ocaramba.Tests.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="17.12.0" />
<PackageReference Include="NLog" Version="5.3.4" />

<PackageReference Include="NPOI" Version="2.5.6" />
<PackageReference Include="NPOI" Version="2.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit.Runners" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
Expand Down
Loading

0 comments on commit f7893e7

Please sign in to comment.