Skip to content

Commit f252b5a

Browse files
Bump org.firebirdsql.jdbc:jaybird from 5.0.6.java11 to 5.0.7.java11 (#1056)
Bumps [org.firebirdsql.jdbc:jaybird](https://github.com/FirebirdSQL/jaybird) from 5.0.6.java11 to 5.0.7.java11. <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 5.0.7</h2> <h1>What's new</h1> <p>The following has been changed or fixed since Jaybird 5.0.6:</p> <ul> <li>Improvement: backported deferred blob open optimization from Jaybird 7 (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/841">#841</a>)</li> <li>Fixed: <code>NullPointerException</code> in <code>getGeneratedKeys()</code> with blob columns after (auto)commit (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/846">#846</a>)</li> <li>Fixed: Fetch response with status=0 (FETCH_OK) and count=0 was logged on DEBUG as an unexpected response (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/848">#848</a>)</li> <li>Improvement: backported performance improvements for blob reading and writing from Jaybird 6 (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/850">#850</a>)</li> <li>Improvement: backported fetching all known blob info items on open from Jaybird 7 (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/852">#852</a>)</li> <li>Dependency update: updated <code>net.java.dev.jna:jna-jpms</code> from 5.15.0 to 5.17.0 (used by native and embedded protocols) (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/855">#855</a>)</li> </ul> <p>Jaybird 5 supports Firebird 2.5 and higher, on Java 8, Java 11, Java 17, Java 21, and Java 24 (support for Java 11 and higher using the Java 11 version of the driver).</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 Google Group</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://www.firebirdsql.org/docs/drivers/java/5.0.x/release_notes.html">Jaybird 5 release notes</a>.</p> <h1>Maven</h1> <p>The release is also available on Maven(*):</p> <pre lang="xml"><code>&lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt; &lt;artifactId&gt;jaybird&lt;/artifactId&gt; &lt;version&gt;5.0.7.java11&lt;/version&gt; </code></pre> <p>* The version depends on your target Java version: <code>5.0.7.java11</code> for Java 11 and higher, or <code>5.0.7.java8</code> for Java 8.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/FirebirdSQL/jaybird/commits">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.6.java11&new-version=5.0.7.java11)](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 9722065 + 1d406a5 commit f252b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<cubrid.version>9.3.9.0002</cubrid.version>
120120
<sqlite.version>3.49.1.0</sqlite.version>
121121
<teradata.version>13.10.00.35</teradata.version>
122-
<firebird.version>5.0.6.java11</firebird.version>
122+
<firebird.version>5.0.7.java11</firebird.version>
123123
<mongodb.version>3.12.14</mongodb.version>
124124

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

0 commit comments

Comments
 (0)