Skip to content

Commit 97d29fb

Browse files
committed
#823 fix copy/paster error in release notes
1 parent 1c5844b commit 97d29fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/release_notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The value reported by `wasNull()` is reset to `false` on each cursor move (e.g.
5252
+
5353
This could happen if the insert was performed when the server-side cursor was not fully materialized (e.g. by inserting the row immediately after execute).
5454
As the server-side cursor is only fully materialized on certain operations like requesting the cursor size, the inserted row could be included in the server-side cursor, as well as the local inserted rows collection.
55-
* Improvement: Updated JNA dependency to version 5.14.0 (https://github.com/FirebirdSQL/jaybird/issues/823[#823])
55+
* Improvement: Updated JNA dependency to version 5.15.0 (https://github.com/FirebirdSQL/jaybird/issues/823[#823])
5656
+
5757
If you use native or embedded connections, make sure the upgrade the JNA dependency to JNA 5.15.0 by replacing the JAR or updating the JNA (`net.java.dev.jna:jna`) version number in your build configuration.
5858
In practice, Jaybird should still be able to work with JNA 5.12.1 (used in Jaybird 5.0.0 -- 5.0.4), and JNA 5.14.0 (used in Jaybird 5.0.5).

0 commit comments

Comments
 (0)