Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) | `5.9.2` | `5.9.3` | | [faraday](https://github.com/lostisland/faraday) | `2.14.2` | `2.14.3` | | [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.225.1` | `1.226.0` | | [danger](https://github.com/danger/danger) | `9.5.3` | `9.6.0` | | [brakeman](https://github.com/presidentbeef/brakeman) | `8.0.4` | `8.0.5` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.44.0` | `4.45.0` |
Updates `doorkeeper` from 5.9.2 to 5.9.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doorkeeper-gem/doorkeeper/releases">doorkeeper's releases</a>.</em></p> <blockquote> <h2>v5.9.3</h2> <ul> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1834">#1834</a> Fix default <code>allow_token_introspection</code> returning <code>false</code> when a custom <code>application_class</code> is configured. The default proc compared application objects with <code>==</code>, which fails when the authorized client and the introspected token's application are resolved as different classes (e.g. a base <code>Doorkeeper::Application</code> vs. a configured subclass) even though they reference the same record. It now compares application ids instead.</li> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1832">#1832</a> Fix confusing <code>belongs_to :owner</code> side effect: <code>Doorkeeper::Models::Ownership</code> is now included only when <code>enable_application_owner?</code> is set (read at include time), so models no longer expose a misleading <code>owner</code> association/reflection when the application owner feature is disabled and the schema lacks the owner columns.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md">doorkeeper's changelog</a>.</em></p> <blockquote> <h2>5.9.3</h2> <ul> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1834">#1834</a> Fix default <code>allow_token_introspection</code> returning <code>false</code> when a custom <code>application_class</code> is configured. The default proc compared application objects with <code>==</code>, which fails when the authorized client and the introspected token's application are resolved as different classes (e.g. a base <code>Doorkeeper::Application</code> vs. a configured subclass) even though they reference the same record. It now compares application ids instead.</li> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1832">#1832</a> Fix confusing <code>belongs_to :owner</code> side effect: <code>Doorkeeper::Models::Ownership</code> is now included only when <code>enable_application_owner?</code> is set (read at include time), so models no longer expose a misleading <code>owner</code> association/reflection when the application owner feature is disabled and the schema lacks the owner columns.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/4737ffebc0548ba1a6f8b9effa97ea99a1840df8"><code>4737ffe</code></a> Release 5.9.3 :tada:</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/90e4976e58c390d317e23f8e38d6b78060a13b9a"><code>90e4976</code></a> Merge pull request <a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1834">#1834</a> from 55728/fix/1833-allow-token-introspection-custom...</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/bc3d9e5b40e4860752b7e79fade4a95ba9107097"><code>bc3d9e5</code></a> Merge pull request <a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1832">#1832</a> from 55728/experiment/1831-gate-ownership</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/155ce8c38f4098e349e796ec8692291addbe760f"><code>155ce8c</code></a> Fix allow_token_introspection default for custom application_class (<a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1833">#1833</a>)</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/1c7ef3576ff06c672b6c9365a64a9b10e5a0d4d7"><code>1c7ef35</code></a> Gate belongs_to :owner on enable_application_owner? at include time</li> <li>See full diff in <a href="https://github.com/doorkeeper-gem/doorkeeper/compare/v5.9.2...v5.9.3">compare view</a></li> </ul> </details> <br /> Updates `faraday` from 2.14.2 to 2.14.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lostisland/faraday/releases">faraday's releases</a>.</em></p> <blockquote> <h2>v2.14.3</h2> <h2>Security Note</h2> <p>This release contains a security fix, we recommend all users to upgrade as soon as possible. A Security Advisory with more details will be posted shortly.</p> <h2>What's Changed</h2> <ul> <li>Upgrade CI lint step from Ruby 3 to 4 by <a href="https://github.com/larouxn"><code>@larouxn</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1673">lostisland/faraday#1673</a></li> <li>feat(test): add Stubs#clear to remove all stubs by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1675">lostisland/faraday#1675</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SAY-5"><code>@SAY-5</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1675">lostisland/faraday#1675</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lostisland/faraday/compare/v2.14.2...v2.14.3">https://github.com/lostisland/faraday/compare/v2.14.2...v2.14.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lostisland/faraday/commit/f1ace878bae16c1df298b6af7c34657f2c4dcddb"><code>f1ace87</code></a> Version bump to 2.14.3</li> <li><a href="https://github.com/lostisland/faraday/commit/36764bfc48aa9fc08336d36600ea67af149c80fa"><code>36764bf</code></a> Merge commit from fork</li> <li><a href="https://github.com/lostisland/faraday/commit/59334e0e9b1918bd26b143f4a7bbc8c765de3ac4"><code>59334e0</code></a> feat(test): add Stubs#clear to remove all stubs (<a href="https://redirect.github.com/lostisland/faraday/issues/1675">#1675</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/469f25c793f25bcfdd416a54edeb454d045c08d6"><code>469f25c</code></a> Upgrade CI lint step from Ruby 3 to 4 (<a href="https://redirect.github.com/lostisland/faraday/issues/1673">#1673</a>)</li> <li>See full diff in <a href="https://github.com/lostisland/faraday/compare/v2.14.2...v2.14.3">compare view</a></li> </ul> </details> <br /> Updates `aws-sdk-s3` from 1.225.1 to 1.226.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's changelog</a>.</em></p> <blockquote> <h2>1.226.0 (2026-06-16)</h2> <ul> <li> <p>Feature - Added support for annotations. You can now attach up to 1000 annotations (up to 1 MB each) directly to objects and create, retrieve, list, and delete them using new annotation APIs. Also added support for configuring an annotation table in S3 Metadata.</p> </li> <li> <p>Feature - Multipart copies now support <code>tags_directive</code>, <code>annotations_directive</code>, and <code>metadata_directive</code> options for controlling which source properties are copied to the destination.</p> </li> <li> <p>Issue - Fix error when performing cross-region multipart copies with <code>copy_source_region</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li> </ul> </details> <br /> Updates `danger` from 9.5.3 to 9.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/danger/danger/releases">danger's releases</a>.</em></p> <blockquote> <h2>9.6.0</h2> <ul> <li>Support ranged inline markdown comments on GitHub - <a href="https://github.com/iangmaia"><code>@iangmaia</code></a> <a href="https://redirect.github.com/danger/danger/pull/1542">#1542</a></li> <li>Support <code>BITBUCKET_PULL_REQUEST_ID</code> env var for TeamCity with Bitbucket Cloud - <a href="https://github.com/vakhidbetrakhmadov"><code>@vakhidbetrakhmadov</code></a> <a href="https://redirect.github.com/danger/danger/pull/1545">#1545</a></li> <li>Add <code>--no-gpg-sign</code> flag to test specs to prevent GPG signing prompts - <a href="https://github.com/numbata"><code>@numbata</code></a> <a href="https://redirect.github.com/danger/danger/pull/1535">#1535</a></li> <li>Remove upper bound constraint on the git gem - <a href="https://github.com/andrewmarkle"><code>@andrewmarkle</code></a> <a href="https://redirect.github.com/danger/danger/pull/1526">#1526</a></li> <li>Add "Add GitLab Merge Request support" again with fix - <a href="https://github.com/manicmaniac"><code>@manicmaniac</code></a> <a href="https://redirect.github.com/danger/danger/pull/1522">#1522</a></li> <li><strong>Breaking</strong> - Prevent danger pr and danger local from enforcing verbose flags - <a href="https://github.com/manicmaniac"><code>@manicmaniac</code></a> <a href="https://redirect.github.com/danger/danger/pull/1424">#1424</a></li> <li>Reduce size of docker image by utilizing alpine image - <a href="https://github.com/beninabox"><code>@beninabox</code></a> <a href="https://redirect.github.com/danger/danger/pull/1547">#1547</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/danger/danger/blob/master/CHANGELOG.md">danger's changelog</a>.</em></p> <blockquote> <h2>9.6.0</h2> <ul> <li>Support ranged inline markdown comments on GitHub - <a href="https://github.com/iangmaia"><code>@iangmaia</code></a> <a href="https://redirect.github.com/danger/danger/pull/1542">#1542</a></li> <li>Support <code>BITBUCKET_PULL_REQUEST_ID</code> env var for TeamCity with Bitbucket Cloud - <a href="https://github.com/vakhidbetrakhmadov"><code>@vakhidbetrakhmadov</code></a> <a href="https://redirect.github.com/danger/danger/pull/1545">#1545</a></li> <li>Add <code>--no-gpg-sign</code> flag to test specs to prevent GPG signing prompts - <a href="https://github.com/numbata"><code>@numbata</code></a> <a href="https://redirect.github.com/danger/danger/pull/1535">#1535</a></li> <li>Remove upper bound constraint on the git gem - <a href="https://github.com/andrewmarkle"><code>@andrewmarkle</code></a> <a href="https://redirect.github.com/danger/danger/pull/1526">#1526</a></li> <li>Add "Add GitLab Merge Request support" again with fix - <a href="https://github.com/manicmaniac"><code>@manicmaniac</code></a> <a href="https://redirect.github.com/danger/danger/pull/1522">#1522</a></li> <li><strong>Breaking</strong> - Prevent danger pr and danger local from enforcing verbose flags - <a href="https://github.com/manicmaniac"><code>@manicmaniac</code></a> <a href="https://redirect.github.com/danger/danger/pull/1424">#1424</a></li> <li>Reduce size of docker image by utilizing alpine image - <a href="https://github.com/beninabox"><code>@beninabox</code></a> <a href="https://redirect.github.com/danger/danger/pull/1547">#1547</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danger/danger/commit/f2c7d7f45ae308cead84f937e4c2947b654b9f66"><code>f2c7d7f</code></a> Prepare for release</li> <li><a href="https://github.com/danger/danger/commit/de0f5c7af2c28c1cab0de614082b743cc2689a8b"><code>de0f5c7</code></a> Merge pull request <a href="https://redirect.github.com/danger/danger/issues/1539">#1539</a> from danger/dependabot/github_actions/docker/build-p...</li> <li><a href="https://github.com/danger/danger/commit/15caa9cfb81571f49c302423dc29303406dcbf2d"><code>15caa9c</code></a> Merge pull request <a href="https://redirect.github.com/danger/danger/issues/1540">#1540</a> from danger/dependabot/github_actions/docker/login-a...</li> <li><a href="https://github.com/danger/danger/commit/3e31d076b4bca78957d82b05b828d1a762fa90ce"><code>3e31d07</code></a> Merge pull request <a href="https://redirect.github.com/danger/danger/issues/1541">#1541</a> from danger/dependabot/github_actions/docker/metadat...</li> <li><a href="https://github.com/danger/danger/commit/419a0f8d28ac527ce1965f409feb83706f4defac"><code>419a0f8</code></a> Bump docker/build-push-action from 6 to 7</li> <li><a href="https://github.com/danger/danger/commit/5977ebb82695e283c1696698c34de8bef9d6b18b"><code>5977ebb</code></a> Bump docker/login-action from 3 to 4</li> <li><a href="https://github.com/danger/danger/commit/ba9eb3a0e1e503004770c72c61e280b4df603d98"><code>ba9eb3a</code></a> Bump docker/metadata-action from 5 to 6</li> <li><a href="https://github.com/danger/danger/commit/955a4b507112520e6f49d0b5464e9213adc48fd5"><code>955a4b5</code></a> Merge pull request <a href="https://redirect.github.com/danger/danger/issues/1547">#1547</a> from beninabox/feature/1546_Dockerfile</li> <li><a href="https://github.com/danger/danger/commit/0c6962943de67cbe6eb676aa94c5210ed41af143"><code>0c69629</code></a> <a href="https://redirect.github.com/danger/danger/issues/1546">#1546</a> Added missing change log</li> <li><a href="https://github.com/danger/danger/commit/b84a9d5295cfc9d4cbf4d69ea56a9d5f13d4400f"><code>b84a9d5</code></a> <a href="https://redirect.github.com/danger/danger/issues/1546">#1546</a> Switched to Ruby Alpine image</li> <li>Additional commits viewable in <a href="https://github.com/danger/danger/compare/v9.5.3...v9.6.0">compare view</a></li> </ul> </details> <br /> Updates `brakeman` from 8.0.4 to 8.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/presidentbeef/brakeman/releases">brakeman's releases</a>.</em></p> <blockquote> <h2>8.0.5</h2> <ul> <li>Add <code>quote_schema_name</code> to safe quote method list (<a href="https://redirect.github.com/presidentbeef/brakeman/pull/2028">changes</a> by <a href="https://github.com/kiskoza">Zsolt Kozaroczy</a>)</li> <li>Fix SQL injection false positive for <code>compact_blank</code>/<code>compact</code> on permitted params (<a href="https://redirect.github.com/presidentbeef/brakeman/pull/2025">changes</a> by <a href="https://github.com/arpitjain099">Arpit Jain</a>)</li> <li>Fix inline render false positive for local named <code>text</code> (<a href="https://redirect.github.com/presidentbeef/brakeman/pull/2027">changes</a> by <a href="https://github.com/arpitjain099">Arpit Jain</a>)</li> <li>Fix HAML crash on <code>.raw</code> calls (<a href="https://redirect.github.com/presidentbeef/brakeman/pull/2023">changes</a> by <a href="https://github.com/FFederi">Federico Franco</a>)</li> <li>Fix Ruby version parsing - especially for non-CRuby versions (<a href="https://redirect.github.com/presidentbeef/brakeman/pull/2021">changes</a> by <a href="https://github.com/ChrisJr404">Chris Southerland Jr</a>)</li> <li>Fix <code>TemplateAliasProcessor#template_name</code> arity (<a href="https://redirect.github.com/presidentbeef/brakeman/pull/2010">changes</a> by <a href="https://github.com/viralpraxis">viralpraxis</a>)</li> <li>Reduce false positives when using shell escaping (<a href="https://github.com/presidentbeef/brakeman/commit/169a7d4a800ca13188e74e871fb8ade3ab349470">changes</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md">brakeman's changelog</a>.</em></p> <blockquote> <h1>8.0.5 - 2026-06-12</h1> <ul> <li>Add <code>quote_schema_name</code> to safe quote method list (Zsolt Kozaroczy)</li> <li>Fix SQL injection false positive for <code>compact_blank</code>/<code>compact</code> on permitted params (Arpit Jain)</li> <li>Fix inline render false positive for local named <code>text</code> (Arpit Jain)</li> <li>Fix HAML crash on <code>.raw</code> calls (Federico Franco)</li> <li>Fix Ruby version parsing - especially for non-CRuby versions (Chris Southerland Jr)</li> <li>Fix <code>TemplateAliasProcessor#template_name</code> arity (viralpraxis)</li> <li>Reduce false positives when using shell escaping</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/presidentbeef/brakeman/commit/104443e426f8c810d92746343d6becf9a250ef80"><code>104443e</code></a> Bump to 8.0.5</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/8e61e2a0abdaa617ca8c5e5ef730bf4fe0938377"><code>8e61e2a</code></a> Update CHANGES</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/f014c15c2c3ff656e2c5812a128846f055bc4eb7"><code>f014c15</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2028">#2028</a> from kiskoza/fix/quote_schema_name</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/92278226226d50810cfa56c5da122939f0fe1dfe"><code>9227822</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2027">#2027</a> from arpitjain099/fix/brakeman-1915-render-partial-t...</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/6788d28d411c4c18aab78c3ac9d8859d16cbc55d"><code>6788d28</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2025">#2025</a> from arpitjain099/fix/sql-fp-compact-blank</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/b7c3906a2b224de59e9beff8464191edfc980c91"><code>b7c3906</code></a> Add quote_schema_name to safe quote method list</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/f95c5004b7e5b4079eb1e6838fd9495d7db53803"><code>f95c500</code></a> test: update line number for still-warns SQL injection case after fixture shift</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/4fba779949ff8d1eaaa683142476e067f9363933"><code>4fba779</code></a> base_processor: skip hash render-type extraction when type set positionally</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/1e63a41cbfd8e620e50517f87f7ebcc187a128a2"><code>1e63a41</code></a> Fix SQL injection false positive for compact_blank/compact on permitted params</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/7ff9e49b5eb3951addb3dcb4936841918cf00dd3"><code>7ff9e49</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2023">#2023</a> from FFederi/fix-haml-chained-raw-crash</li> <li>Additional commits viewable in <a href="https://github.com/presidentbeef/brakeman/compare/v8.0.4...v8.0.5">compare view</a></li> </ul> </details> <br /> Updates `selenium-webdriver` from 4.44.0 to 4.45.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/releases">selenium-webdriver's releases</a>.</em></p> <blockquote> <h2>Selenium 4.45.0</h2> <h2>Detailed Changelogs by Component</h2> <p><!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong> <!-- raw HTML omitted --></p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>[build] derive PR diff base from HEAD^1 instead of trunk tip by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17438">SeleniumHQ/selenium#17438</a></li> <li>[build] setup trusted publishing from Github to npmrc by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17445">SeleniumHQ/selenium#17445</a></li> <li>[build] generate release notes from previous minor release tag by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17449">SeleniumHQ/selenium#17449</a></li> <li>[build] fix when to update lock files during the release process by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17450">SeleniumHQ/selenium#17450</a></li> <li>[java] remove deprecated logging classes by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17453">SeleniumHQ/selenium#17453</a></li> <li>[grid] Close pre-handshake race in WebSocket proxy by <a href="https://github.com/shs96c"><code>@shs96c</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17435">SeleniumHQ/selenium#17435</a></li> <li>[JavaScript] Correct handling for older browsers and missing casing by <a href="https://github.com/AutomatedTester"><code>@AutomatedTester</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17451">SeleniumHQ/selenium#17451</a></li> <li>Use pyproject for Python runtime deps lock input by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17452">SeleniumHQ/selenium#17452</a></li> <li>[rb] deprecate curb http client support by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17443">SeleniumHQ/selenium#17443</a></li> <li>[javascript] Migrate find-elements atom from Closure to TypeScript by <a href="https://github.com/AutomatedTester"><code>@AutomatedTester</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17458">SeleniumHQ/selenium#17458</a></li> <li>[py] replace rules_python sphinxdocs with local sphinx_docs rule by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17461">SeleniumHQ/selenium#17461</a></li> <li>[build] Configure Renovate dashboard approval by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17464">SeleniumHQ/selenium#17464</a></li> <li>[js] update vulnerable dependency with a range by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17466">SeleniumHQ/selenium#17466</a></li> <li>[build] remove duplicated grid ui tests by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17468">SeleniumHQ/selenium#17468</a></li> <li>[build] update java graphpql dependency by filtering out bad reference by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17469">SeleniumHQ/selenium#17469</a></li> <li>[rb] upgrade to steep 2.0 by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17470">SeleniumHQ/selenium#17470</a></li> <li>[rust] update dependencies by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17472">SeleniumHQ/selenium#17472</a></li> <li>[build] update GitHub Actions to latest major versions by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17475">SeleniumHQ/selenium#17475</a></li> <li>[dotnet] update dev dependencies by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17474">SeleniumHQ/selenium#17474</a></li> <li>[dotnet] fix template caching by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17476">SeleniumHQ/selenium#17476</a></li> <li>[dotnet] update system.text.json to 8.0.6 by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17477">SeleniumHQ/selenium#17477</a></li> <li>[js] update dev dependencies by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17479">SeleniumHQ/selenium#17479</a></li> <li>[dotnet] upgrade paket from v9 to v10 by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17481">SeleniumHQ/selenium#17481</a></li> <li>[build] bump bazel version to 9.1 by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17480">SeleniumHQ/selenium#17480</a></li> <li>[rust] update zip to v8 by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17485">SeleniumHQ/selenium#17485</a></li> <li>[js] update eslint to v10 with fixes by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17482">SeleniumHQ/selenium#17482</a></li> <li>[rb] Update ruby to 3.3.9 by <a href="https://github.com/aguspe"><code>@aguspe</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17484">SeleniumHQ/selenium#17484</a></li> <li>[dotnet] include snupkg files when packaging things up and allow the use of sourcelink by <a href="https://github.com/AutomatedTester"><code>@AutomatedTester</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17467">SeleniumHQ/selenium#17467</a></li> <li>[build] update download-artifact to v8 by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17493">SeleniumHQ/selenium#17493</a></li> <li>[dotnet] run format against slnx instead of looping csproj by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17483">SeleniumHQ/selenium#17483</a></li> <li>[build] bump low-risk Bazel module dependencies by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17494">SeleniumHQ/selenium#17494</a></li> <li>[rust] update reqwest to 0.13 by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17488">SeleniumHQ/selenium#17488</a></li> <li>[dotnet] [build] Fix remote linkage in SourceLink by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17495">SeleniumHQ/selenium#17495</a></li> <li>[build] remove renovate update requests pending work done in <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17427">#17427</a> by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17498">SeleniumHQ/selenium#17498</a></li> <li>[dotnet] [build] Support deterministic build output by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17497">SeleniumHQ/selenium#17497</a></li> <li>[build] bump ruby versions to latest patch releases by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17496">SeleniumHQ/selenium#17496</a></li> <li>[js] remove npm dependency by using bazel for everything by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17499">SeleniumHQ/selenium#17499</a></li> <li>[build] bump rules_jvm_external by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17501">SeleniumHQ/selenium#17501</a></li> <li>[build] bump rules_closure version by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17500">SeleniumHQ/selenium#17500</a></li> <li>[build] clarify dependency pin and update tasks by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/17463">SeleniumHQ/selenium#17463</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">selenium-webdriver's changelog</a>.</em></p> <blockquote> <h1>4.45.0 (2026-06-15)</h1> <ul> <li>Support CDP versions: v147, v148, v149</li> <li>deprecate curb http client support (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17443">#17443</a>)</li> <li>move Ruby bindings to use typescript get attribute atom (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17524">#17524</a>)</li> <li>Move atoms to use the typescript versions (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17532">#17532</a>)</li> <li>deprecate Chromium Profile classes (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17557">#17557</a>)</li> <li>update bazel test tags (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17558">#17558</a>)</li> <li>separate concerns between Service, DriverFinder, and Options (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17564">#17564</a>)</li> <li>fix using environment variables to set drivers (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17571">#17571</a>)</li> <li>create more obvious test guard keywords as aliases (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17636">#17636</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/cd6a3cdfca6970f62e5bc8344109d0fe0e2af05e"><code>cd6a3cd</code></a> [build] Prepare for release of selenium-4.45.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17680">#17680</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/bb741bd07b1c5e36054328627903b4507eaca9f5"><code>bb741bd</code></a> [build] Automated Browser Version Update (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17658">#17658</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/f53de51c263c5ab0e598253a46286777a794ede0"><code>f53de51</code></a> [rb] run minimize test on linux now that <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17644">#17644</a> fixed fluxbox startup</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/3f37cce5cd7be6500ba90f44c994e140e27e3108"><code>3f37cce</code></a> [rb] set window state before each window test instead of resetting driver</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/2bfb9904f65649d7bcb6b4a678ac37c9909d2d22"><code>2bfb990</code></a> [rb] skip Safari double_click action tests</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/6008ae68f33ff216b74db744aeb33af74e63119d"><code>6008ae6</code></a> [rb] skip double_click action test on Safari</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/bf0edc8ad78cd017a2ea6944eee206395b5f49d2"><code>bf0edc8</code></a> [rb] create more obvious test guard keywords as aliases (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17636">#17636</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/c474d76009eafb32f334b7d5731d89cecfb9765d"><code>c474d76</code></a> [build] Automated Browser Version Update (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17609">#17609</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/13c534493c66362a627c5e4ca4c87cc55cf94ff2"><code>13c5344</code></a> [rb] streamline tests on github actions runners (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17550">#17550</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/79af12b8fcdcdae4ca53196c5734e3239e907953"><code>79af12b</code></a> [rb] stabilize tests and remove driver-restart workaround in manager spec</li> <li>Additional commits viewable in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.44.0...selenium-4.45.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/7164 -- Commit Summary -- * Bump the dependencies group with 6 updates -- File Changes -- M Gemfile.lock (40) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/7164.patch https://github.com/openstreetmap/openstreetmap-website/pull/7164.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/7164 You are receiving this because you are subscribed to this thread. Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________ rails-dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/rails-dev
