Skip to content

Commit

Permalink
build(deps): bump mysql:mysql-connector-java from 8.0.28 to 8.0.30 in…
Browse files Browse the repository at this point in the history
… /examples/spring-framework-petclinic in the maven group across 1 directory (#77)

Bumps the maven group with 1 update in the
/examples/spring-framework-petclinic directory:
[mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j).

Updates `mysql:mysql-connector-java` from 8.0.28 to 8.0.30
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES">mysql:mysql-connector-java's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h1><a
href="https://dev.mysql.com/doc/relnotes/connector-j/en/">https://dev.mysql.com/doc/relnotes/connector-j/en/</a></h1>
<p>Version 9.1.0</p>
<ul>
<li>
<p>Fix for Bug#116114 (Bug#37067812), Connector/J is writing incorrect
values when passed negative dates.</p>
</li>
<li>
<p>Fix for Bug#96623 (Bug#30221117), batch update with
rewriteBatchedStatements&amp;useServerPrepStmts send fail request.</p>
</li>
<li>
<p>Fix for Bug#114705 (Bug#36539680), Contribution: make
trustStorePassword be null if this.trustStoreSettings.keyStorePassword
is null.
Thanks to Jesper Blomquist for his contribution.</p>
</li>
<li>
<p>Fix for Bug#84117 (Bug#25247468),
includeThreadNamesAsStatementComment ignored when using prepared
statement.
Thanks to Yyjun Yyjun for his contribution.</p>
</li>
<li>
<p>Fix for Bug#101054 (Bug#32544786), Batched Query &gt;
maxAllowedPacket size causes an ArrayIndexOutOfBoundsException.</p>
</li>
<li>
<p>Fix for Bug#108415 (Bug#34579258), NullPointerException in
AbstractQuery::stopQueryTimer.
Thanks to Anthony Milbourne for his contribution.</p>
</li>
<li>
<p>Fix for Bug#115265 (Bug#36843227), Second stored procedure call with
cacheCallableStmts might fail.</p>
</li>
<li>
<p>Fix for Bug#36936407, PrepareCall method doesn't work as expected
when DB name is involved.</p>
</li>
<li>
<p>WL#16490, OpenID Connect authentication support.</p>
</li>
<li>
<p>Fix for Bug#112790 (Bug#35936477), Statement.getGeneratedKeys()
returns unexpected value.</p>
</li>
<li>
<p>Fix for Bug#113509 (Bug#36154975), closeOnCompletion cause no
statement reuse and server memory leak.</p>
</li>
<li>
<p>Fix for Bug#109418 (Bug#36043556), batch insert threw an unexpected
exception.</p>
</li>
<li>
<p>Fix for Bug#114410 (Bug#36434816), Code performance issue.</p>
</li>
<li>
<p>Fix for Bug#110586 (Bug#35254470), got unexpected result when the
data type was set to ZEROFILL.</p>
</li>
</ul>
<p>Version 9.0.0</p>
<ul>
<li>
<p>WL#16391, Upgrade 3rd party libraries and tools.</p>
</li>
<li>
<p>Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.</p>
</li>
<li>
<p>Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session.
Thanks to Daniel Kec for his contribution.</p>
</li>
<li>
<p>Fix for Bug#114989 (Bug#36612566), Setting null value in
setClientInfo throws an NPE.</p>
</li>
<li>
<p>WL#16376, Set 'caching_sha2_password' as default fallback
authentication plugin.</p>
</li>
<li>
<p>WL#16342, Update MySQL error codes mapping.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/1de2fe873fe26189564c030a343885011412976a"><code>1de2fe8</code></a>
GPL license book update.</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/7abb8992338d73c4d6c142125721626240c27151"><code>7abb899</code></a>
Fix for StringRegressionTest.testBug11614() failures when running with
wrong ...</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/c12e0660bc9071ff275e1ed123c4669519a3d492"><code>c12e066</code></a>
Fix for CollectionModifyTest.testBug107510() failures against MySQL
5.7.</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/ee010ad157bf94c1a0eae1906af6a4bafe93cf23"><code>ee010ad</code></a>
Fix for tests failing on Windows and other sporadic failures.</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/32892f1346ce7b006aa9605499acb47c02275600"><code>32892f1</code></a>
Fix for Bug#107510 (Bug#34259416), Empty string given to set() from
Collectio...</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/0604bf4936125efc453f5e05ce86c18a1a7d138c"><code>0604bf4</code></a>
Fix for AuthenticationTest.testWl14650() failures when running in
Docker.</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/3659ab5e579985aa2c5a3ba9a8322737fb992adf"><code>3659ab5</code></a>
Fix for Bug#106758 (33973048), DatabaseMetaData.getTypeInfo returns
AUTO_INCR...</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/8fe1660479c1b68cdf7f8a2a8d2c78141045aa28"><code>8fe1660</code></a>
Fix for ResultSetRegressionTest.testBug94457() sporadic failures.</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/82d524c628264b99dbc168c3f24885cc1670912e"><code>82d524c</code></a>
Fix for Bug#34090350, Update mappings for utf8mb3 and utf8mb4
collations.</li>
<li><a
href="https://github.com/mysql/mysql-connector-j/commit/66482e4550fb07d55e69220b9055ae1e82a6c72f"><code>66482e4</code></a>
Fix for Bug#106880 (34022110), Outdated description in connection
property 'r...</li>
<li>Additional commits viewable in <a
href="https://github.com/mysql/mysql-connector-j/compare/8.0.28...8.0.30">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql:mysql-connector-java&package-manager=maven&previous-version=8.0.28&new-version=8.0.30)](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 <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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/containerdbg/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 19617af commit 9a92b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spring-framework-petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<junit-jupiter.version>5.8.1</junit-jupiter.version>

<!-- JDBC Drivers -->
<mysql-driver.version>8.0.28</mysql-driver.version>
<mysql-driver.version>8.0.30</mysql-driver.version>
<postgresql-driver.version>9.4.1211.jre7</postgresql-driver.version>

<!-- Others -->
Expand Down

0 comments on commit 9a92b7b

Please sign in to comment.