Skip to content

Commit 717bd3c

Browse files
Bump org.firebirdsql.jdbc:jaybird from 5.0.7.java11 to 5.0.8.java11 (#1194)
Bumps [org.firebirdsql.jdbc:jaybird](https://github.com/FirebirdSQL/jaybird) from 5.0.7.java11 to 5.0.8.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.8</h2> <h1>What's new</h1> <p>The following has been changed or fixed since Jaybird 5.0.7:</p> <ul> <li>Improvement: added <code>authPlugins</code> property on <code>FBManager</code> (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/865">FirebirdSQL/jaybird#865</a>)</li> <li>Improvement: increased default and maximum SQL info sizes used for retrieving statement information like columns, parameters and plan information (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/868">FirebirdSQL/jaybird#868</a>)</li> <li>Improvement: backported inline blob support (Firebird 5.0.3 and higher) from Jaybird 7 (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/871">FirebirdSQL/jaybird#871</a>)</li> <li>Improvement: The time zone mapping was updated (<a href="https://redirect.github.com/FirebirdSQL/jaybird/issues/875">FirebirdSQL/jaybird#875</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.8.java11&lt;/version&gt; </code></pre> <p>* The version depends on your target Java version: <code>5.0.8.java11</code> for Java 11 and higher, or <code>5.0.8.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.7.java11&new-version=5.0.8.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 c08df38 + 3e03765 commit 717bd3c

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.7.java11</firebird.version>
122+
<firebird.version>5.0.8.java11</firebird.version>
123123
<mongodb.version>5.5.0</mongodb.version>
124124

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

0 commit comments

Comments
 (0)