Skip to content

Commit 2328700

Browse files
Bump selenide-version from 7.9.1 to 7.9.2 (#1038)
Bumps `selenide-version` from 7.9.1 to 7.9.2. Updates `com.codeborne:selenide` from 7.9.1 to 7.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/selenide/selenide/releases">com.codeborne:selenide's releases</a>.</em></p> <blockquote> <h2>v7.9.2</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2973">#2973</a> fix colors in video generated by Selenide video recorder (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> start generating video only after test completion (waste less CPU) (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2992">#2992</a> attach video recordings using &quot;[[ATTACHMENT|FILE]]&quot; format (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3014">#3014</a> fix ClassCastException in selenide-appium when calling scroll(ScrollOptions) on a web browser (<a href="https://redirect.github.com/selenide/selenide/issues/3015">#3015</a>)</li> <li>Improve performance by caching list size in loops -- thanks to Luis Serna (<a href="https://redirect.github.com/selenide/selenide/issues/3013">#3013</a>)</li> <li>Fix SpotBugs config -- thanks to Yaraslau Lazakovich (<a href="https://redirect.github.com/selenide/selenide/issues/3018">#3018</a>)</li> <li>bump Selenium from 4.31.0 to 4.32.0; and CDP from 135 to 136 (<a href="https://redirect.github.com/selenide/selenide/issues/3020">#3020</a>)</li> <li>bump LittleProxy from 2.4.1 to 2.4.2 (fixed memory leak)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/selenide/selenide/compare/v7.9.1...v7.9.2">https://github.com/selenide/selenide/compare/v7.9.1...v7.9.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/selenide/selenide/blob/main/CHANGELOG.md">com.codeborne:selenide's changelog</a>.</em></p> <blockquote> <h2>7.9.2 (08.05.2025)</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2973">#2973</a> fix colors in video generated by Selenide video recorder (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> start generating video only after test completion (waste less CPU) (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2992">#2992</a> attach video recordings using &quot;[[ATTACHMENT|FILE]]&quot; format (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3014">#3014</a> fix ClassCastException in selenide-appium when calling scroll(ScrollOptions) on a web browser (<a href="https://redirect.github.com/selenide/selenide/issues/3015">#3015</a>)</li> <li>Improve performance by caching list size in loops -- thanks to Luis Serna (<a href="https://redirect.github.com/selenide/selenide/issues/3013">#3013</a>)</li> <li>Fix SpotBugs config -- thanks to Yaraslau Lazakovich (<a href="https://redirect.github.com/selenide/selenide/issues/3018">#3018</a>)</li> <li>bump Selenium from 4.31.0 to 4.32.0; and CDP from 135 to 136 (<a href="https://redirect.github.com/selenide/selenide/issues/3020">#3020</a>)</li> <li>bump LittleProxy from 2.4.1 to 2.4.2 (fixed memory leak)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/selenide/selenide/commit/c24d797ced82d0f711e6d61d3050b3c375763557"><code>c24d797</code></a> release Selenide 7.9.2</li> <li><a href="https://github.com/selenide/selenide/commit/876ffba39454f855197e32b8fc5e41d3754855c4"><code>876ffba</code></a> Bump com.tngtech.archunit:archunit-junit5 from 1.4.0 to 1.4.1</li> <li><a href="https://github.com/selenide/selenide/commit/3400f71f7e5856eb148331b63ff11311b93ca98b"><code>3400f71</code></a> Bump com.github.spotbugs from 6.1.10 to 6.1.11</li> <li><a href="https://github.com/selenide/selenide/commit/287bf5deda6bcdc1067f04a78f0c0d54c498fd9b"><code>287bf5d</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> check how different colors look on the video</li> <li><a href="https://github.com/selenide/selenide/commit/77185027788ae3b1be8c11d0de568e1dac029d05"><code>7718502</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> just in case, mark screenshot files for deletion (after JVM termination)</li> <li><a href="https://github.com/selenide/selenide/commit/9b9c52a00fc77f5b52456877a9d8d018229fac09"><code>9b9c52a</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> don't flip channels when generating video from screenshots</li> <li><a href="https://github.com/selenide/selenide/commit/1253aa0b1de642b9e413d8ecaafbe810dcf84f43"><code>1253aa0</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> store screenshots in files, not in memory</li> <li><a href="https://github.com/selenide/selenide/commit/7f8c8d00ad4617b0cb9eb7ced1538866e0c9e242"><code>7f8c8d0</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> attach video recordings using &quot;[[ATTACHMENT|FILE]]&quot; format</li> <li><a href="https://github.com/selenide/selenide/commit/8cc4764da61fcd6471d2619d4a19dc024b2ef570"><code>8cc4764</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> make AttachmentConsolePrinter injectable</li> <li><a href="https://github.com/selenide/selenide/commit/da6c17c92e24d17bd6c83573a26130e7b118b3aa"><code>da6c17c</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> create video file earlier (in the beginning of test)</li> <li>Additional commits viewable in <a href="https://github.com/selenide/selenide/compare/v7.9.1...v7.9.2">compare view</a></li> </ul> </details> <br /> Updates `com.codeborne:selenide-proxy` from 7.9.1 to 7.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/selenide/selenide/releases">com.codeborne:selenide-proxy's releases</a>.</em></p> <blockquote> <h2>v7.9.2</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2973">#2973</a> fix colors in video generated by Selenide video recorder (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> start generating video only after test completion (waste less CPU) (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2992">#2992</a> attach video recordings using &quot;[[ATTACHMENT|FILE]]&quot; format (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3014">#3014</a> fix ClassCastException in selenide-appium when calling scroll(ScrollOptions) on a web browser (<a href="https://redirect.github.com/selenide/selenide/issues/3015">#3015</a>)</li> <li>Improve performance by caching list size in loops -- thanks to Luis Serna (<a href="https://redirect.github.com/selenide/selenide/issues/3013">#3013</a>)</li> <li>Fix SpotBugs config -- thanks to Yaraslau Lazakovich (<a href="https://redirect.github.com/selenide/selenide/issues/3018">#3018</a>)</li> <li>bump Selenium from 4.31.0 to 4.32.0; and CDP from 135 to 136 (<a href="https://redirect.github.com/selenide/selenide/issues/3020">#3020</a>)</li> <li>bump LittleProxy from 2.4.1 to 2.4.2 (fixed memory leak)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/selenide/selenide/compare/v7.9.1...v7.9.2">https://github.com/selenide/selenide/compare/v7.9.1...v7.9.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/selenide/selenide/blob/main/CHANGELOG.md">com.codeborne:selenide-proxy's changelog</a>.</em></p> <blockquote> <h2>7.9.2 (08.05.2025)</h2> <ul> <li><a href="https://redirect.github.com/selenide/selenide/issues/2973">#2973</a> fix colors in video generated by Selenide video recorder (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> start generating video only after test completion (waste less CPU) (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/2992">#2992</a> attach video recordings using &quot;[[ATTACHMENT|FILE]]&quot; format (<a href="https://redirect.github.com/selenide/selenide/issues/3024">#3024</a>)</li> <li><a href="https://redirect.github.com/selenide/selenide/issues/3014">#3014</a> fix ClassCastException in selenide-appium when calling scroll(ScrollOptions) on a web browser (<a href="https://redirect.github.com/selenide/selenide/issues/3015">#3015</a>)</li> <li>Improve performance by caching list size in loops -- thanks to Luis Serna (<a href="https://redirect.github.com/selenide/selenide/issues/3013">#3013</a>)</li> <li>Fix SpotBugs config -- thanks to Yaraslau Lazakovich (<a href="https://redirect.github.com/selenide/selenide/issues/3018">#3018</a>)</li> <li>bump Selenium from 4.31.0 to 4.32.0; and CDP from 135 to 136 (<a href="https://redirect.github.com/selenide/selenide/issues/3020">#3020</a>)</li> <li>bump LittleProxy from 2.4.1 to 2.4.2 (fixed memory leak)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/selenide/selenide/commit/c24d797ced82d0f711e6d61d3050b3c375763557"><code>c24d797</code></a> release Selenide 7.9.2</li> <li><a href="https://github.com/selenide/selenide/commit/876ffba39454f855197e32b8fc5e41d3754855c4"><code>876ffba</code></a> Bump com.tngtech.archunit:archunit-junit5 from 1.4.0 to 1.4.1</li> <li><a href="https://github.com/selenide/selenide/commit/3400f71f7e5856eb148331b63ff11311b93ca98b"><code>3400f71</code></a> Bump com.github.spotbugs from 6.1.10 to 6.1.11</li> <li><a href="https://github.com/selenide/selenide/commit/287bf5deda6bcdc1067f04a78f0c0d54c498fd9b"><code>287bf5d</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> check how different colors look on the video</li> <li><a href="https://github.com/selenide/selenide/commit/77185027788ae3b1be8c11d0de568e1dac029d05"><code>7718502</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> just in case, mark screenshot files for deletion (after JVM termination)</li> <li><a href="https://github.com/selenide/selenide/commit/9b9c52a00fc77f5b52456877a9d8d018229fac09"><code>9b9c52a</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> don't flip channels when generating video from screenshots</li> <li><a href="https://github.com/selenide/selenide/commit/1253aa0b1de642b9e413d8ecaafbe810dcf84f43"><code>1253aa0</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> store screenshots in files, not in memory</li> <li><a href="https://github.com/selenide/selenide/commit/7f8c8d00ad4617b0cb9eb7ced1538866e0c9e242"><code>7f8c8d0</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> attach video recordings using &quot;[[ATTACHMENT|FILE]]&quot; format</li> <li><a href="https://github.com/selenide/selenide/commit/8cc4764da61fcd6471d2619d4a19dc024b2ef570"><code>8cc4764</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> make AttachmentConsolePrinter injectable</li> <li><a href="https://github.com/selenide/selenide/commit/da6c17c92e24d17bd6c83573a26130e7b118b3aa"><code>da6c17c</code></a> <a href="https://redirect.github.com/selenide/selenide/issues/3022">#3022</a> create video file earlier (in the beginning of test)</li> <li>Additional commits viewable in <a href="https://github.com/selenide/selenide/compare/v7.9.1...v7.9.2">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfe3bbb commit 2328700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sqlite-version = "3.49.1.0"
2323
mysql-version = "9.3.0"
2424
rerunner-jupiter-version = "2.1.6"
2525
flyway-version = "11.8.1"
26-
selenide-version = "7.9.1"
26+
selenide-version = "7.9.2"
2727
lombok-version = "1.18.38"
2828
jacocoVersion = "0.8.12"
2929
log4j-ecs-version = "1.7.0"

0 commit comments

Comments
 (0)