Skip to content

Commit

Permalink
Bump jaybird-fbclient version to 5.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Sep 13, 2024
1 parent 7d21e6e commit 47bde3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/chapters/connection/connection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ jdbc:firebird:native:employee
===== Maven dependency for native client

When using Jaybird 3 and later, you can use a library to provide the Firebird client library for the `native` and `local` protocol.
For Windows and Linux, you can add the `org.firebirdsql.jdbc:fbclient` dependency on your classpath.
For Windows, Linux, and macOS, you can add the `org.firebirdsql.jdbc:fbclient` dependency on your classpath.
This dependency does not support the `embedded` protocol.

[source,xml,subs="verbatim,attributes"]
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/jaybird_manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Roman Rokytskyy; Mark Rotteveel
:jaybird4-example-version: {jaybird4-full-version}.java11
:jaybird3-full-version: 3.0.12
:jaybird22-full-version: 2.2.15
:jaybird-fbclient-version: 4.0.4.0
:jaybird-fbclient-version: 5.0.1.0
:jaybird-version: 5
:jaybird-full-version: {jaybird5-full-version}
:jaybird-example-version: {jaybird5-example-version}
Expand Down

0 comments on commit 47bde3d

Please sign in to comment.