Skip to content

Commit cff1777

Browse files
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>&lt;dependency&gt; &lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt; &lt;artifactId&gt;jaybird&lt;/artifactId&gt; &lt;version&gt;6.0.4&lt;/version&gt; &lt;/dependency&gt; </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>&lt;dependency&gt; &lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt; &lt;artifactId&gt;jaybird-native&lt;/artifactId&gt; &lt;version&gt;6.0.4&lt;/version&gt; &lt;/dependency&gt; </code></pre> <p>For <em>ChaCha64</em> wire encryption support, add the <code>chacha64-plugin</code> dependency:</p> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt; &lt;artifactId&gt;chacha64-plugin&lt;/artifactId&gt; &lt;version&gt;6.0.4&lt;/version&gt; &lt;/tr&gt;&lt;/table&gt; </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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.firebirdsql.jdbc:jaybird&package-manager=maven&previous-version=5.0.10.java11&new-version=6.0.4)](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 parents 61e5d89 + c2079ee commit cff1777

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
working_directory: ~/querydsl
335335
docker:
336336
- image: velo/toolchains-4-ci-builds:latest
337-
- image: jacobalberty/firebird:2.5.9-ss
337+
- image: jacobalberty/firebird:v4
338338
environment:
339339
- ISC_PASSWORD=masterkey
340340
- FIREBIRD_DATABASE=querydsl.fdb

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<cubrid.version>9.3.9.0002</cubrid.version>
112112
<sqlite.version>3.51.2.0</sqlite.version>
113113
<teradata.version>13.10.00.35</teradata.version>
114-
<firebird.version>5.0.10.java11</firebird.version>
114+
<firebird.version>6.0.4</firebird.version>
115115
<mongodb.version>5.6.3</mongodb.version>
116116

117117
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>

0 commit comments

Comments
 (0)