Skip to content

Build(deps): Bump org.firebirdsql.jdbc:jaybird from 6.0.4 to 6.0.5#1668

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/maven/master/org.firebirdsql.jdbc-jaybird-6.0.5
Mar 30, 2026
Merged

Build(deps): Bump org.firebirdsql.jdbc:jaybird from 6.0.4 to 6.0.5#1668
github-actions[bot] merged 1 commit intomasterfrom
dependabot/maven/master/org.firebirdsql.jdbc-jaybird-6.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps org.firebirdsql.jdbc:jaybird from 6.0.4 to 6.0.5.

Release notes

Sourced from org.firebirdsql.jdbc:jaybird's releases.

Jaybird 6.0.5

What's new

The following was fixed or changed since Jaybird 6.0.4:

  • JDBC 4.5 support: JaybirdTypeCodes.DECFLOAT and JaybirdType.DECFLOAT now use type code 2015 instead of -6001 (#906)
  • JDBC 4.5 support: implemented methods enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, and isSimpleIdentifier on FBConnection, and added them to interface FirebirdConnection for access in older Java versions (#908)
  • JDBC 4.5 support: implemented "disable escape processing" JDBC escape ({\...\}) (#909)
  • JDBC 4.5 support: FBDatabaseMetaData.getJDBCMinorVersion() should report 5 (for JDBC 4.5) on Java 26 and higher (#915)
  • Fixed: JDBC escapes should not be parsed inside dialect 3 delimited identifiers or dialect 1 string literals (#921)
  • Fixed: IndexOutOfBoundsException in FBCachedBlob.getBytes(long, int) for position or length beyond end of data (#923)
  • Fixed: Using native client, password is limited to 255 bytes (#925)
  • Fixed: Infinite loop in FBPooledConnection#fireConnectionError(SQLException) if the exception has a chained exception and neither is fatal (#927)

Jaybird 6 supports Firebird 3.0, Firebird 4.0, and Firebird 5.0, on Java 17, Java 21, Java 25, and Java 26.

Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to the Firebird-java mailing list or reported on the issue tracker https://github.com/FirebirdSQL/jaybird/issues.

See also the full Jaybird 6 release notes.

Maven

The release is also available on Maven:

<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>jaybird</artifactId>
  <version>6.0.5</version>
</dependency>

If you use the native or embedded protocol, you need to add the jaybird-native dependency:

<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>jaybird-native</artifactId>
  <version>6.0.5</version>
</dependency>

For ChaCha64 wire encryption support, add the chacha64-plugin dependency:

<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>chacha64-plugin</artifactId>
  <version>6.0.5</version>
</dependency>
</tr></table> 

... (truncated)

Commits
  • bad149f Prepare Jaybird 6.0.5 release
  • 426abf0 Misc copy editing
  • c91531e Sync FAQ from master
  • 9d71dbe Reference declared plugin in subprojects as well
  • 739a68c Use toolchains to configure build and test Java version
  • c26f8ed Bump Gradle Wrapper to 9.4.1
  • 1f566e3 Add No AI policy to CONTRIBUTING.md
  • 0a8f25b Switch to TOML based version catalogs
  • 42918e8 Bump various test dependencies
  • 2789748 Add link to signing plugin documentation
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [org.firebirdsql.jdbc:jaybird](https://github.com/FirebirdSQL/jaybird) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/FirebirdSQL/jaybird/releases)
- [Commits](FirebirdSQL/jaybird@v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: org.firebirdsql.jdbc:jaybird
  dependency-version: 6.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 30, 2026
@github-actions github-actions bot enabled auto-merge March 30, 2026 05:34
@github-actions github-actions bot merged commit 260e751 into master Mar 30, 2026
4 checks passed
@github-actions github-actions bot deleted the dependabot/maven/master/org.firebirdsql.jdbc-jaybird-6.0.5 branch March 30, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants