Skip to content

Commit

Permalink
Bump Selenium.Support, Selenium.WebDriver, System.Memory, System.Runt…
Browse files Browse the repository at this point in the history
…ime.CompilerServices.Unsafe, System.Text.Encodings.Web and System.Text.Json (#504)

* Bump Selenium.Support, Selenium.WebDriver, System.Memory, System.Runtime.CompilerServices.Unsafe, System.Text.Encodings.Web and System.Text.Json

Bumps [Selenium.Support](https://github.com/SeleniumHQ/selenium), [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium), System.Memory, [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime), [System.Text.Encodings.Web](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Selenium.Support` from 4.27.0 to 4.28.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.27.0...selenium-4.28.0)

Updates `Selenium.WebDriver` from 4.27.0 to 4.28.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.27.0...selenium-4.28.0)

Updates `System.Memory` from 4.6.0 to 4.5.5

Updates `System.Runtime.CompilerServices.Unsafe` from 6.1.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

Updates `System.Text.Encodings.Web` from 9.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v8.0.0)

Updates `System.Text.Json` from 9.0.1 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v8.0.5)

---
updated-dependencies:
- dependency-name: Selenium.Support
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Selenium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Memory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* upg

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Raczek <jakub.raczek@accenture.com>
  • Loading branch information
dependabot[bot] and jraczek-acc authored Jan 21, 2025
1 parent a48250e commit fd09b6f
Show file tree
Hide file tree
Showing 23 changed files with 236 additions and 236 deletions.
4 changes: 2 additions & 2 deletions Ocaramba.Tests.Angular/Ocaramba.Tests.Angular.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Selenium.Support" Version="4.27.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />
<PackageReference Include="Selenium.Support" Version="4.28.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.28.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="132.0.6834.8300" />
<PackageReference Include="Selenium.WebDriver.GeckoDriver" Version="0.35.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
Expand Down
44 changes: 22 additions & 22 deletions Ocaramba.Tests.Angular/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
},
"Selenium.Support": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "vPsJmYP+ONxutAmkpSc2cXJCO/eHjP+4dccx/M9mGntOZuVjM0DOzyH2cvX8tDoQ18yUq8l2P4rA3a278Gp2KQ==",
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "6S1gZacGGDRitU2kO92AUHQU1JkMdiFK4NAm6fn8+6eZMU8n04MF6skH6oUqkWAv0wyF1rKWD5IBMFiTBm6G5A==",
"dependencies": {
"Selenium.WebDriver": "4.27.0"
"Selenium.WebDriver": "4.28.0"
}
},
"Selenium.WebDriver": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "bMIpqwpBfYLa1lh8gPVa6A1i9LeWNsfc2mR9why0DutEKI7ck3GVxzco1bB/8bv+7IA6rk4sR9WpZLRUnH/AAw==",
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "g4iZWBHQH5dObJQKcKXsol8yFJPIkXhVdn/8P726d4OmpHgQ9aYSwtTCWo+FUYHIkMS+haItgeOT6hilmLeHNw==",
"dependencies": {
"System.Text.Json": "8.0.5"
}
Expand Down Expand Up @@ -306,8 +306,8 @@
"Microsoft.Extensions.Configuration.Json": "[9.0.1, )",
"NLog": "[5.3.4, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"Selenium.WebDriver.ChromeDriver": "[132.0.6834.8300, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Runtime.CompilerServices.Unsafe": "[6.1.0, )",
Expand All @@ -319,8 +319,8 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"NLog": "[5.3.4, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
"System.Runtime.CompilerServices.Unsafe": "[6.1.0, )",
"System.Text.Json": "[9.0.1, )"
Expand Down Expand Up @@ -382,18 +382,18 @@
},
"Selenium.Support": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "vPsJmYP+ONxutAmkpSc2cXJCO/eHjP+4dccx/M9mGntOZuVjM0DOzyH2cvX8tDoQ18yUq8l2P4rA3a278Gp2KQ==",
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "6S1gZacGGDRitU2kO92AUHQU1JkMdiFK4NAm6fn8+6eZMU8n04MF6skH6oUqkWAv0wyF1rKWD5IBMFiTBm6G5A==",
"dependencies": {
"Selenium.WebDriver": "4.27.0"
"Selenium.WebDriver": "4.28.0"
}
},
"Selenium.WebDriver": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "bMIpqwpBfYLa1lh8gPVa6A1i9LeWNsfc2mR9why0DutEKI7ck3GVxzco1bB/8bv+7IA6rk4sR9WpZLRUnH/AAw=="
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "g4iZWBHQH5dObJQKcKXsol8yFJPIkXhVdn/8P726d4OmpHgQ9aYSwtTCWo+FUYHIkMS+haItgeOT6hilmLeHNw=="
},
"Selenium.WebDriver.ChromeDriver": {
"type": "Direct",
Expand Down Expand Up @@ -1303,8 +1303,8 @@
"NLog": "[5.3.4, )",
"NLog.Web.AspNetCore": "[5.3.15, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"Selenium.WebDriver.ChromeDriver": "[132.0.6834.8300, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
Expand All @@ -1323,8 +1323,8 @@
"Microsoft.WSMan.Management": "[7.4.6, )",
"NLog": "[5.3.4, )",
"NLog.Web.AspNetCore": "[5.3.15, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
"System.Runtime.CompilerServices.Unsafe": "[6.1.0, )",
"System.Text.Json": "[9.0.1, )"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Selenium.Support" Version="4.27.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />
<PackageReference Include="Selenium.Support" Version="4.28.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.28.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
Expand Down
22 changes: 11 additions & 11 deletions Ocaramba.Tests.CloudProviderCrossBrowser/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@
},
"Selenium.Support": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "vPsJmYP+ONxutAmkpSc2cXJCO/eHjP+4dccx/M9mGntOZuVjM0DOzyH2cvX8tDoQ18yUq8l2P4rA3a278Gp2KQ==",
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "6S1gZacGGDRitU2kO92AUHQU1JkMdiFK4NAm6fn8+6eZMU8n04MF6skH6oUqkWAv0wyF1rKWD5IBMFiTBm6G5A==",
"dependencies": {
"Selenium.WebDriver": "4.27.0"
"Selenium.WebDriver": "4.28.0"
}
},
"Selenium.WebDriver": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "bMIpqwpBfYLa1lh8gPVa6A1i9LeWNsfc2mR9why0DutEKI7ck3GVxzco1bB/8bv+7IA6rk4sR9WpZLRUnH/AAw=="
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "g4iZWBHQH5dObJQKcKXsol8yFJPIkXhVdn/8P726d4OmpHgQ9aYSwtTCWo+FUYHIkMS+haItgeOT6hilmLeHNw=="
},
"Selenium.WebDriver.ChromeDriver": {
"type": "Direct",
Expand Down Expand Up @@ -2087,8 +2087,8 @@
"NLog": "[5.3.4, )",
"NLog.Web.AspNetCore": "[5.3.15, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"Selenium.WebDriver.ChromeDriver": "[132.0.6834.8300, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
Expand All @@ -2107,8 +2107,8 @@
"Microsoft.WSMan.Management": "[7.4.6, )",
"NLog": "[5.3.4, )",
"NLog.Web.AspNetCore": "[5.3.15, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
"System.Runtime.CompilerServices.Unsafe": "[6.1.0, )",
"System.Text.Json": "[9.0.1, )"
Expand Down
4 changes: 2 additions & 2 deletions Ocaramba.Tests.Features/Ocaramba.Tests.Features.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Selenium.Support" Version="4.27.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />
<PackageReference Include="Selenium.Support" Version="4.28.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.28.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
Expand Down
52 changes: 26 additions & 26 deletions Ocaramba.Tests.Features/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
},
"Selenium.Support": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "vPsJmYP+ONxutAmkpSc2cXJCO/eHjP+4dccx/M9mGntOZuVjM0DOzyH2cvX8tDoQ18yUq8l2P4rA3a278Gp2KQ==",
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "6S1gZacGGDRitU2kO92AUHQU1JkMdiFK4NAm6fn8+6eZMU8n04MF6skH6oUqkWAv0wyF1rKWD5IBMFiTBm6G5A==",
"dependencies": {
"Selenium.WebDriver": "4.27.0"
"Selenium.WebDriver": "4.28.0"
}
},
"Selenium.WebDriver": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "bMIpqwpBfYLa1lh8gPVa6A1i9LeWNsfc2mR9why0DutEKI7ck3GVxzco1bB/8bv+7IA6rk4sR9WpZLRUnH/AAw==",
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "g4iZWBHQH5dObJQKcKXsol8yFJPIkXhVdn/8P726d4OmpHgQ9aYSwtTCWo+FUYHIkMS+haItgeOT6hilmLeHNw==",
"dependencies": {
"System.Text.Json": "8.0.5"
}
Expand Down Expand Up @@ -350,8 +350,8 @@
"Microsoft.AnalysisServices.AdomdClient.retail.amd64": "[19.84.1, )",
"NLog": "[5.3.4, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"Selenium.WebDriver.ChromeDriver": "[132.0.6834.8300, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
Expand All @@ -365,8 +365,8 @@
"Microsoft.Extensions.Configuration.Json": "[9.0.1, )",
"NLog": "[5.3.4, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"Selenium.WebDriver.ChromeDriver": "[132.0.6834.8300, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Runtime.CompilerServices.Unsafe": "[6.1.0, )",
Expand All @@ -378,8 +378,8 @@
"dependencies": {
"Microsoft.CSharp": "[4.7.0, )",
"NLog": "[5.3.4, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
"System.Runtime.CompilerServices.Unsafe": "[6.1.0, )",
"System.Text.Json": "[9.0.1, )"
Expand Down Expand Up @@ -441,18 +441,18 @@
},
"Selenium.Support": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "vPsJmYP+ONxutAmkpSc2cXJCO/eHjP+4dccx/M9mGntOZuVjM0DOzyH2cvX8tDoQ18yUq8l2P4rA3a278Gp2KQ==",
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "6S1gZacGGDRitU2kO92AUHQU1JkMdiFK4NAm6fn8+6eZMU8n04MF6skH6oUqkWAv0wyF1rKWD5IBMFiTBm6G5A==",
"dependencies": {
"Selenium.WebDriver": "4.27.0"
"Selenium.WebDriver": "4.28.0"
}
},
"Selenium.WebDriver": {
"type": "Direct",
"requested": "[4.27.0, )",
"resolved": "4.27.0",
"contentHash": "bMIpqwpBfYLa1lh8gPVa6A1i9LeWNsfc2mR9why0DutEKI7ck3GVxzco1bB/8bv+7IA6rk4sR9WpZLRUnH/AAw=="
"requested": "[4.28.0, )",
"resolved": "4.28.0",
"contentHash": "g4iZWBHQH5dObJQKcKXsol8yFJPIkXhVdn/8P726d4OmpHgQ9aYSwtTCWo+FUYHIkMS+haItgeOT6hilmLeHNw=="
},
"Selenium.WebDriver.ChromeDriver": {
"type": "Direct",
Expand Down Expand Up @@ -2142,8 +2142,8 @@
"NLog": "[5.3.4, )",
"NLog.Web.AspNetCore": "[5.3.15, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"Selenium.WebDriver.ChromeDriver": "[132.0.6834.8300, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
Expand All @@ -2161,8 +2161,8 @@
"NLog": "[5.3.4, )",
"NLog.Web.AspNetCore": "[5.3.15, )",
"OcarambaLite": "[1.0.0, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"Selenium.WebDriver.ChromeDriver": "[132.0.6834.8300, )",
"Selenium.WebDriver.GeckoDriver": "[0.35.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
Expand All @@ -2181,8 +2181,8 @@
"Microsoft.WSMan.Management": "[7.4.6, )",
"NLog": "[5.3.4, )",
"NLog.Web.AspNetCore": "[5.3.15, )",
"Selenium.Support": "[4.27.0, )",
"Selenium.WebDriver": "[4.27.0, )",
"Selenium.Support": "[4.28.0, )",
"Selenium.WebDriver": "[4.28.0, )",
"System.Configuration.ConfigurationManager": "[9.0.1, )",
"System.Runtime.CompilerServices.Unsafe": "[6.1.0, )",
"System.Text.Json": "[9.0.1, )"
Expand Down
4 changes: 2 additions & 2 deletions Ocaramba.Tests.MsTest/Ocaramba.Tests.MsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
<PackageReference Include="Selenium.Support" Version="4.27.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />
<PackageReference Include="Selenium.Support" Version="4.28.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.28.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
<PackageReference Include="NLog" Version="5.3.4" />
Expand Down
Loading

0 comments on commit fd09b6f

Please sign in to comment.