Commit cff1777
authored
Build(deps): Bump org.firebirdsql.jdbc:jaybird from 5.0.10.java11 to 6.0.4 (#1558)
Bumps
[org.firebirdsql.jdbc:jaybird](https://github.com/FirebirdSQL/jaybird)
from 5.0.10.java11 to 6.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/FirebirdSQL/jaybird/releases">org.firebirdsql.jdbc:jaybird's
releases</a>.</em></p>
<blockquote>
<h2>Jaybird 6.0.4</h2>
<h1>What's new</h1>
<p>This release is not fully compatible with the upcoming JDBC 4.5
Specification to be introduced with Java 26.</p>
<p>The following was fixed or changed since Jaybird 6.0.3:</p>
<ul>
<li>Fixed: Statement close of a leaked statement by the cleaner did not
detect fatal connection errors (<a
href="https://redirect.github.com/FirebirdSQL/jaybird/issues/879">#879</a>)</li>
<li>Fixed: <code>Statement.cancel()</code> causes lockup (<a
href="https://redirect.github.com/FirebirdSQL/jaybird/issues/892">#892</a>)</li>
<li>Fixed: Negative buffer size on Firebird 2.5 if information response
is 32KiB or greater (<a
href="https://redirect.github.com/FirebirdSQL/jaybird/issues/895">#895</a>)</li>
<li>Fixed: <code>FBServiceManager.getAuthPlugins()</code> reported the
<code>dbCryptConfig</code> value (<a
href="https://redirect.github.com/FirebirdSQL/jaybird/issues/901">#901</a>)</li>
<li>Dependency update: updated <code>net.java.dev.jna:jna-jpms</code>
from 5.17.0 to 5.18.1 (used by <code>jaybird-native</code>) (<a
href="https://redirect.github.com/FirebirdSQL/jaybird/issues/910">#910</a>)</li>
<li>Dependency update: updated
<code>org.bouncycastle:bcprov-jdk18on</code> from 1.81 to 1.83 (used by
<code>chacha64-plugin</code>) (<a
href="https://redirect.github.com/FirebirdSQL/jaybird/issues/912">#912</a>)</li>
<li>Fixed: <code>FBDatabaseMetaData.getMinorVersion()</code> should
report 4 (for JDBC 4.4) on Java 24 and higher (<a
href="https://redirect.github.com/FirebirdSQL/jaybird/issues/913">#913</a>)</li>
</ul>
<p>Jaybird 6 supports Firebird 3.0, Firebird 4.0, and Firebird 5.0, on
Java 17, Java 21, and Java 25.</p>
<p>Bug reports about undocumented changes in behavior are appreciated.
Feedback can be sent to the <a
href="https://groups.google.com/g/firebird-java">Firebird-java mailing
list</a> or reported on the issue tracker <a
href="https://github.com/FirebirdSQL/jaybird/issues">https://github.com/FirebirdSQL/jaybird/issues</a>.</p>
<p>See also the full <a
href="https://firebirdsql.org/docs/drivers/java/6.0.x/release_notes.html">Jaybird
6 release notes</a>.</p>
<h1>Maven</h1>
<p>The release is also available on Maven:</p>
<pre lang="xml"><code><dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>6.0.4</version>
</dependency>
</code></pre>
<p>If you use the <em>native</em> or <em>embedded</em> protocol, you
need to add the <code>jaybird-native</code> dependency:</p>
<pre lang="xml"><code><dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-native</artifactId>
<version>6.0.4</version>
</dependency>
</code></pre>
<p>For <em>ChaCha64</em> wire encryption support, add the
<code>chacha64-plugin</code> dependency:</p>
<pre lang="xml"><code><dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>chacha64-plugin</artifactId>
<version>6.0.4</version>
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/FirebirdSQL/jaybird/commits/v6.0.4">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>2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments