Skip to content

Commit d6d1fe8

Browse files
Build(deps): Bump org.firebirdsql.jdbc:jaybird from 5.0.9.java11 to 5.0.10.java11 (#1382)
Bumps [org.firebirdsql.jdbc:jaybird](https://github.com/FirebirdSQL/jaybird) from 5.0.9.java11 to 5.0.10.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.10</h2> <h1>What's new</h1> <p>The following has been changed or fixed since Jaybird 5.0.9:</p> <ul> <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/894">#894</a>)</li> </ul> <p>Jaybird 5 supports Firebird 2.5, Firebird 3.0, Firebird 4.0, and Firebird 6.0, 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.10.java11&lt;/version&gt; </code></pre> <p>* The version depends on your target Java version: <code>5.0.10.java11</code> for Java 11 and higher, or <code>5.0.10.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.9.java11&new-version=5.0.10.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 c0bf780 + 8a082c2 commit d6d1fe8

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
@@ -122,7 +122,7 @@
122122
<cubrid.version>9.3.9.0002</cubrid.version>
123123
<sqlite.version>3.50.3.0</sqlite.version>
124124
<teradata.version>13.10.00.35</teradata.version>
125-
<firebird.version>5.0.9.java11</firebird.version>
125+
<firebird.version>5.0.10.java11</firebird.version>
126126
<mongodb.version>5.6.0</mongodb.version>
127127

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

0 commit comments

Comments
 (0)