Skip to content

Build(deps): Bump org.firebirdsql.jdbc:jaybird from 6.0.5 to 6.0.6 - #1915

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/master/org.firebirdsql.jdbc-jaybird-6.0.6
Aug 25, 2026
Merged

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

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 25, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

Jaybird 6.0.6

What's new

The following was fixed or changed since Jaybird 6.0.5:

  • Two system properties were added to disable forced close of a connection after fatal errors (#893)
  • Fixed: Legacy authentication fails with non-ASCII characters in password (#858)
  • Fixed: Off-by-one error in default value for maxInlineBlobSize (#937)
  • Fixed: NullPointerException on authentication failure with non-existent user and single plugin in AuthServer (#940)
  • Improvement: Support customization of service requests in service managers (#946)
  • Dependency update: updated net.java.dev.jna:jna-jpms from 5.18.1 to 5.19.1 (used by jaybird-native) (#951)
  • Added TransactionState.ABORTED_UNKNOWN (#955)
  • Dependency update: updated org.bouncycastle:bcprov-jdk18on from 1.83 to 1.85.2 (used by chacha64-plugin) (#957)
  • The GPG key used to sign releases on Maven Central and GitHub was changed to key-id 373F 65A9 F373 1D5C (fingerprint 8372 B5DA 39C9 2FE1 DB4B BB62 373F 65A9 F373 1D5C). This is a 4096-bit key, where the previous one was 2048 bit.

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.6</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.6</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.6</version>
</tr></table> 

... (truncated)

Commits

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.5 to 6.0.6.
- [Release notes](https://github.com/FirebirdSQL/jaybird/releases)
- [Commits](FirebirdSQL/jaybird@v6.0.5...v6.0.6)
---
updated-dependencies:
- dependency-name: org.firebirdsql.jdbc:jaybird
dependency-version: 6.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 25, 2026
@github-actions
github-actionsBot merged commit a0fdb92 into masterAug 25, 2026
19 checks passed
@github-actions
github-actionsBot deleted the dependabot/maven/master/org.firebirdsql.jdbc-jaybird-6.0.6 branch August 25, 2026 05:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavaPull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants