dependabot[bot] opened a new pull request, #35365: URL: https://github.com/apache/beam/pull/35365
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.9.2 to 1.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/releases">github.com/go-sql-driver/mysql's releases</a>.</em></p> <blockquote> <h2>v1.9.3</h2> <h2>What's Changed</h2> <ul> <li>[1.9] test stability improvement. by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1699">go-sql-driver/mysql#1699</a></li> <li>[1.9] Transaction Commit/Rollback returns conn's cached error by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1702">go-sql-driver/mysql#1702</a></li> <li>backport benchmark_test by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1706">go-sql-driver/mysql#1706</a></li> <li>[1.9] optimize readPacket (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1705">#1705</a>) by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1707">go-sql-driver/mysql#1707</a></li> <li>[1.9] fix PING on compressed connections by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1723">go-sql-driver/mysql#1723</a></li> <li>release v1.9.3 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1725">go-sql-driver/mysql#1725</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3">https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md">github.com/go-sql-driver/mysql's changelog</a>.</em></p> <blockquote> <h2>v1.9.3 (2025-06-13)</h2> <ul> <li> <p><code>tx.Commit()</code> and <code>tx.Rollback()</code> returned <code>ErrInvalidConn</code> always. Now they return cached real error if present. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1690">#1690</a>)</p> </li> <li> <p>Optimize reading small resultsets to fix performance regression introduced by compression protocol support. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1707">#1707</a>)</p> </li> <li> <p>Fix <code>db.Ping()</code> on compressed connection. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1723">#1723</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-sql-driver/mysql/commit/62984ada4402df6571557bc3fed2bcbde48ec908"><code>62984ad</code></a> release v1.9.3 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1725">#1725</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/324cbb386b73b7d0cec9895c695539431b40e605"><code>324cbb3</code></a> [1.9] fix PING on compressed connections (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1723">#1723</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/dfd973a35f4c6829df7cce062cb527caf6da7b13"><code>dfd973a</code></a> optimize readPacket (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1707">#1707</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/2ed589b51cdf34d0b200c1b0dc38ed90b60be55e"><code>2ed589b</code></a> backport benchmark_test (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1706">#1706</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/ac04e5f831c049a1ccf04bd2d62211b26f6b7cd9"><code>ac04e5f</code></a> Transaction Commit/Rollback returns conn's cached error (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1702">#1702</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/1bee809eff41386f59b2c825763f80f13ec5c3fe"><code>1bee809</code></a> test stability improvement. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1699">#1699</a>)</li> <li>See full diff in <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org